misantamaria commited on
Commit
160f3f4
1 Parent(s): a2d702d

fix mkdir home/macu/data

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN chown ${USER_ID}:${GROUP_ID} /var/run/s6
25
  RUN chown ${USER_ID}:${GROUP_ID} /home/
26
 
27
  RUN mkdir /home/macu
 
28
  RUN chown ${USER_ID}:${GROUP_ID} /home/macu
29
  RUN mv /home/data/wandb_artifacts /home/macu/data/wandb_artifacts
30
 
 
25
  RUN chown ${USER_ID}:${GROUP_ID} /home/
26
 
27
  RUN mkdir /home/macu
28
+ RUN mkdir /home/macu/data
29
  RUN chown ${USER_ID}:${GROUP_ID} /home/macu
30
  RUN mv /home/data/wandb_artifacts /home/macu/data/wandb_artifacts
31