Spaces:
Build error
Build error
Update Space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN mkdir -p /.cache/torchrl
|
|
11 |
RUN chmod -R 777 /.cache/torchrl
|
12 |
|
13 |
# Runtime args
|
14 |
-
CMD .venv/bin/python -m src.app
|
|
|
11 |
RUN chmod -R 777 /.cache/torchrl
|
12 |
|
13 |
# Runtime args
|
14 |
+
CMD .venv/bin/python -m src.app
|