Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 ["
|
|
|
67 |
ENV LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
|
68 |
|
69 |
# Set the entrypoint to Gunicorn
|
70 |
+
CMD ["python", "app.py"]
|