Testys commited on
Commit
9be3338
1 Parent(s): 8dc67d4

Doing away with unnecessary alembic shit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ ENV TORCH_HOME=/app/.cache/torch
31
  USER user
32
 
33
  # Run the application, including the migration step
34
- CMD ["bash", "-c", "alembic upgrade head && uvicorn main:app --host 0.0.0.0 --port 7860"]
 
31
  USER user
32
 
33
  # Run the application, including the migration step
34
+ CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860"]