misantamaria commited on
Commit
e1aca78
·
1 Parent(s): 4e5dd03

añadido todos los permisos a path wandb_artifacts

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -34,6 +34,7 @@ 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
 
38
  RUN echo "--> Go!"
39
 
 
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 chmod +777 /home/macu/data/wandb_artifacts
38
 
39
  RUN echo "--> Go!"
40