Spaces:
Runtime error
Runtime error
Commit
·
c4f922f
1
Parent(s):
95b9395
remove all access
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -55,8 +55,8 @@ USER user
|
|
55 |
ENV HOME=/home/user \
|
56 |
PATH=/home/user/.local/bin:$PATH
|
57 |
|
58 |
-
RUN mkdir -p /home/user/.cache/torch && \
|
59 |
-
|
60 |
|
61 |
# Set the working directory to the user's home directory
|
62 |
WORKDIR $HOME/app
|
|
|
55 |
ENV HOME=/home/user \
|
56 |
PATH=/home/user/.local/bin:$PATH
|
57 |
|
58 |
+
# RUN mkdir -p /home/user/.cache/torch && \
|
59 |
+
# chown -R user:user /home/user/.cache
|
60 |
|
61 |
# Set the working directory to the user's home directory
|
62 |
WORKDIR $HOME/app
|