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

permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -33,7 +33,6 @@ RUN mv /home/data/wandb_artifacts /home/macu/data/wandb_artifacts
33
  RUN mkdir /home/app/wandb
34
  RUN chown ${USER_ID}:${GROUP_ID} /home/app/wandb
35
  RUN chown ${USER_ID}:${GROUP_ID} /home/macu/data/wandb_artifacts
36
- RUN chown ${USER_ID}:${GROUP_ID} /home/data/wandb_artifacts
37
  RUN chmod +777 /home/app/wandb
38
  RUN mkdir /home/data/wandb_artifacts
39
  RUN chmod +777 /home/data/wandb_artifacts
 
33
  RUN mkdir /home/app/wandb
34
  RUN chown ${USER_ID}:${GROUP_ID} /home/app/wandb
35
  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