ashpexx commited on
Commit
92e174e
·
verified ·
1 Parent(s): ee1507b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,4 +67,4 @@ RUN unzip -d $HOME/app/checkpoints/BFM $HOME/app/checkpoints/BFM.zip
67
  ENV LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
68
 
69
  # Set the entrypoint to Gunicorn
70
- CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
 
67
  ENV LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
68
 
69
  # Set the entrypoint to Gunicorn
70
+ CMD ["python", "app.py"]