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

permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -36,6 +36,7 @@ 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
  RUN mkdir './artifacts/mvp-SWV:v1'
40
  RUN chmod +777 './artifacts/mvp-SWV:v1'
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
40
  RUN mkdir './artifacts/mvp-SWV:v1'
41
  RUN chmod +777 './artifacts/mvp-SWV:v1'
42