Spaces:
Sleeping
Sleeping
Commit
·
e4ab190
1
Parent(s):
9e1c351
make /home/app/wandb writable
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -33,6 +33,7 @@ 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 |
|
37 |
RUN echo "--> Go!"
|
38 |
|
|
|
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 |
|
38 |
RUN echo "--> Go!"
|
39 |
|