Spaces:
Running
Running
Mimi
commited on
Commit
·
bbc0573
1
Parent(s):
e32c683
cm
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ WORKDIR $HOME/app
|
|
10 |
|
11 |
COPY --chown=user . $HOME/app
|
12 |
# Install system dependencies and requirements
|
13 |
-
RUN chmod 777 $HOME
|
14 |
pip install --no-cache-dir --upgrade pip && \
|
15 |
pip install --no-cache-dir -r $HOME/app/requirements.txt
|
16 |
|
|
|
10 |
|
11 |
COPY --chown=user . $HOME/app
|
12 |
# Install system dependencies and requirements
|
13 |
+
RUN chmod -R 777 $HOME && \
|
14 |
pip install --no-cache-dir --upgrade pip && \
|
15 |
pip install --no-cache-dir -r $HOME/app/requirements.txt
|
16 |
|