Spaces:
Sleeping
Sleeping
Commit
·
6872dd7
1
Parent(s):
bc2b012
Update data parh
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,8 +19,8 @@ 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 |
-
RUN chown ${USER_ID}:${GROUP_ID} /home
|
23 |
-
RUN chown ${USER_ID}:${GROUP_ID} /home
|
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/
|
|
|
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/data
|
23 |
+
RUN chown ${USER_ID}:${GROUP_ID} /home/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/
|