Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -88,7 +88,7 @@ USER user
|
|
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 jupyterlab-language-pack-zh-CN
|
92 |
|
93 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
94 |
COPY --chown=user . $HOME/app
|
|
|
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 jupyterlab-language-pack-zh-CN
|
92 |
|
93 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
94 |
COPY --chown=user . $HOME/app
|