misantamaria commited on
Commit
bc2b012
·
1 Parent(s): 46ade95

Writable paths

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -19,7 +19,9 @@ SHELL [ "/bin/bash", "--login", "-c" ]
19
 
20
  #RUN chown ${USER_ID}:${GROUP_ID} /home/.config/matplotlib
21
  #RUN chown ${USER_ID}:${GROUP_ID} $MPLCONFIGDIR
22
-
 
 
23
  RUN chown ${USER_ID}:${GROUP_ID} /var/run/s6
24
  RUN chown ${USER_ID}:${GROUP_ID} /home/
25
  # Install deepvats
 
19
 
20
  #RUN chown ${USER_ID}:${GROUP_ID} /home/.config/matplotlib
21
  #RUN chown ${USER_ID}:${GROUP_ID} $MPLCONFIGDIR
22
+ RUN chown ${USER_ID}:${GROUP_ID} /home/$USER_NAME/data
23
+ RUN chown ${USER_ID}:${GROUP_ID} /home/$USER_NAME/data/wandb_artifacts
24
+ RUN chown ${USER_ID}:${GROUP_ID} /home/$USER_NAME/work
25
  RUN chown ${USER_ID}:${GROUP_ID} /var/run/s6
26
  RUN chown ${USER_ID}:${GROUP_ID} /home/
27
  # Install deepvats