Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ USER user
|
|
8 |
ENV HOME=/home/user \
|
9 |
PATH=/home/user/.local/bin:$PATH
|
10 |
|
11 |
-
|
12 |
|
13 |
# Run the download
|
14 |
RUN python /app/download_model.py
|
|
|
8 |
ENV HOME=/home/user \
|
9 |
PATH=/home/user/.local/bin:$PATH
|
10 |
|
11 |
+
RUN chown -R user /app
|
12 |
|
13 |
# Run the download
|
14 |
RUN python /app/download_model.py
|