Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -88,4 +88,4 @@ ENV CUDA_VISIBLE_DEVICES=0
|
|
88 |
COPY app.py .
|
89 |
|
90 |
# Run your app.py script
|
91 |
-
CMD ["python", "
|
|
|
88 |
COPY app.py .
|
89 |
|
90 |
# Run your app.py script
|
91 |
+
CMD ["python", "app.py"]
|