Spaces:
Sleeping
Sleeping
Commit
·
bb5b6fd
1
Parent(s):
e1aca78
minor
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -33,8 +33,9 @@ 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 chmod +777 /home/app/wandb
|
37 |
-
RUN chmod +777 /home/
|
38 |
|
39 |
RUN echo "--> Go!"
|
40 |
|
|
|
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 chmod +777 /home/data/wandb_artifacts
|
39 |
|
40 |
RUN echo "--> Go!"
|
41 |
|