Spaces:
Sleeping
Sleeping
Commit
·
19f43e2
1
Parent(s):
d2a125c
tratando de arreglar error de permisos
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -35,6 +35,7 @@ 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 chmod +777 /home/data/wandb_artifacts
|
39 |
|
40 |
RUN echo "--> Go!"
|
|
|
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
|
40 |
|
41 |
RUN echo "--> Go!"
|