Spaces:
Runtime error
Runtime error
rebuild
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,4 +57,4 @@ ENV CUDA_DEVICE_ORDER=PCI_BUS_ID
|
|
57 |
ENV CUDA_VISIBLE_DEVICES=0
|
58 |
|
59 |
# Run your app.py script
|
60 |
-
CMD ["python", "app.py"]
|
|
|
57 |
ENV CUDA_VISIBLE_DEVICES=0
|
58 |
|
59 |
# Run your app.py script
|
60 |
+
CMD ["python", "app.py"]
|