meg HF Staff commited on
Commit
93712c2
·
verified ·
1 Parent(s): 25dfed4

Permissions debugging.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -48,6 +48,7 @@ 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 +x /entrypoint.sh
52
 
53
  ENTRYPOINT ["/entrypoint.sh"]
 
48
  COPY ./entrypoint.sh /entrypoint.sh
49
  COPY ./pause_space.py /pause_space.py
50
  COPY ./runs /runs
51
+ RUN chmod +w /runs
52
  RUN chmod +x /entrypoint.sh
53
 
54
  ENTRYPOINT ["/entrypoint.sh"]