Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -88,4 +88,4 @@ EXPOSE 7860
|
|
88 |
ENTRYPOINT ["/entrypoint.sh"]
|
89 |
|
90 |
# Start the application
|
91 |
-
CMD ["python3", "
|
|
|
88 |
ENTRYPOINT ["/entrypoint.sh"]
|
89 |
|
90 |
# Start the application
|
91 |
+
CMD ["python3", "app.py"]
|