misantamaria commited on
Commit
1ecb3ee
·
1 Parent(s): 52faef9

permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -36,6 +36,9 @@ RUN chown ${USER_ID}:${GROUP_ID} /home/macu/data/wandb_artifacts
36
  RUN chmod +777 /home/app/wandb
37
  RUN mkdir /home/data/wandb_artifacts
38
  RUN chmod +777 /home/data/wandb_artifacts
 
 
 
39
 
40
  RUN echo "--> Go!"
41
 
 
36
  RUN chmod +777 /home/app/wandb
37
  RUN mkdir /home/data/wandb_artifacts
38
  RUN chmod +777 /home/data/wandb_artifacts
39
+ RUN mkdir './artifacts/mvp-SWV:v1'
40
+ RUN chmod +777 './artifacts/mvp-SWV:v1'
41
+
42
 
43
  RUN echo "--> Go!"
44