Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ COPY ./pause_space.py /pause_space.py
|
|
| 50 |
COPY ./runs /runs
|
| 51 |
COPY ./.cache /.cache
|
| 52 |
RUN chmod 777 -R /runs
|
| 53 |
-
RUN chmod 777 -R
|
| 54 |
RUN chmod +x /entrypoint.sh
|
| 55 |
|
| 56 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 50 |
COPY ./runs /runs
|
| 51 |
COPY ./.cache /.cache
|
| 52 |
RUN chmod 777 -R /runs
|
| 53 |
+
RUN chmod 777 -R /.cache
|
| 54 |
RUN chmod +x /entrypoint.sh
|
| 55 |
|
| 56 |
ENTRYPOINT ["/entrypoint.sh"]
|