Spaces:
Sleeping
Sleeping
singhjagpreet
commited on
Commit
•
ebda4ad
1
Parent(s):
f869808
adding file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ WORKDIR $HOME/app
|
|
25 |
|
26 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
27 |
RUN pip install --no-cache-dir --upgrade pip
|
28 |
-
RUN pip install --no-cache-dir --upgrade -r
|
29 |
|
30 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
31 |
COPY --chown=user . $HOME/app
|
|
|
25 |
|
26 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
27 |
RUN pip install --no-cache-dir --upgrade pip
|
28 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
29 |
|
30 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
31 |
COPY --chown=user . $HOME/app
|