Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -87,7 +87,7 @@ USER user
|
|
87 |
|
88 |
# Python packages
|
89 |
RUN --mount=target=requirements.txt,source=requirements.txt \
|
90 |
-
pip install --no-cache-dir --upgrade -r requirements.txt \
|
91 |
pip install glances modelscope huggingface_hub
|
92 |
|
93 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
|
|
87 |
|
88 |
# Python packages
|
89 |
RUN --mount=target=requirements.txt,source=requirements.txt \
|
90 |
+
pip install --no-cache-dir --upgrade -r requirements.txt && \
|
91 |
pip install glances modelscope huggingface_hub
|
92 |
|
93 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|