Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,4 +44,4 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
44 |
|
45 |
VOLUME [ "/app/weights", "/app/opt" ]
|
46 |
|
47 |
-
CMD ["python3", "
|
|
|
44 |
|
45 |
VOLUME [ "/app/weights", "/app/opt" ]
|
46 |
|
47 |
+
CMD ["python3", "app.py"]
|