Spaces:
Sleeping
Sleeping
Dmitry Beresnev
commited on
Commit
·
cba98c9
1
Parent(s):
6e29991
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ COPY . /app
|
|
| 26 |
# so they can save the downloaded model there.
|
| 27 |
RUN useradd -m -u 1000 user && \
|
| 28 |
mkdir -p /home/user/.cache/huggingface && \
|
| 29 |
-
chown -R user:user /home/user
|
| 30 |
|
| 31 |
USER user
|
| 32 |
|
|
|
|
| 26 |
# so they can save the downloaded model there.
|
| 27 |
RUN useradd -m -u 1000 user && \
|
| 28 |
mkdir -p /home/user/.cache/huggingface && \
|
| 29 |
+
chown -R user:user /home/user
|
| 30 |
|
| 31 |
USER user
|
| 32 |
|