Spaces:
Sleeping
Sleeping
Mimi
commited on
Commit
·
e32c683
1
Parent(s):
45838cc
asdf
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/app \
|
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 777 $HOME/app && \
|
14 |
pip install --no-cache-dir --upgrade pip && \
|
15 |
pip install --no-cache-dir -r $HOME/app/requirements.txt
|
16 |
|