Spaces:
Runtime error
Runtime error
Adding cache with write permissions.
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -48,7 +48,9 @@ COPY ./check_h100.py /check_h100.py
|
|
48 |
COPY ./entrypoint.sh /entrypoint.sh
|
49 |
COPY ./pause_space.py /pause_space.py
|
50 |
COPY ./runs /runs
|
|
|
51 |
RUN chmod 777 -R /runs
|
|
|
52 |
RUN chmod +x /entrypoint.sh
|
53 |
|
54 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
48 |
COPY ./entrypoint.sh /entrypoint.sh
|
49 |
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 /cache
|
54 |
RUN chmod +x /entrypoint.sh
|
55 |
|
56 |
ENTRYPOINT ["/entrypoint.sh"]
|