Skip to content

Commit 34196b8

Browse files
author
Dev Agent
committed
Update dependencies in Dockerfiles (coagent-python, huggingface_hub, gradio)
1 parent 54bf54a commit 34196b8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docker/spaces/builder/base/Dockerfile-python3.10-base

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ &&
3434
streamlit==1.33.0 && \
3535
pip install --no-cache-dir --default-timeout=60 \
3636
python-dotenv==1.2.1 \
37-
coagent-python==0.0.8 \
38-
huggingface_hub==0.25.1 \
39-
https://git-devops.opencsg.com/opensource/gradio/-/raw/main/gradio-5.1.0-py3-none-any.whl
37+
coagent-python==0.1.2 \
38+
huggingface_hub==0.36.0 \
39+
gradio==6.2.0
4040

4141
# pip install --default-timeout=60 datasets "huggingface-hub>=0.19" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0"
4242

docker/spaces/builder/base/Dockerfile-python3.10-cuda11.8.0-base

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ &&
4949
streamlit==1.33.0 && \
5050
pip install --no-cache-dir --default-timeout=60 \
5151
python-dotenv==1.2.1 \
52-
coagent-python==0.0.8 \
53-
huggingface_hub==0.25.1 \
54-
https://git-devops.opencsg.com/opensource/gradio/-/raw/main/gradio-5.1.0-py3-none-any.whl
52+
coagent-python==0.1.2 \
53+
huggingface_hub==0.36.0 \
54+
gradio==6.2.0
5555

5656
# pip install datasets "huggingface-hub>=0.19" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0"
5757

docker/spaces/builder/base/Dockerfile-python3.10-cuda12.1.0-base

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/ &&
4949
streamlit==1.33.0 && \
5050
pip install --no-cache-dir --default-timeout=60 \
5151
python-dotenv==1.2.1 \
52-
coagent-python==0.0.8 \
53-
huggingface_hub==0.25.1 \
54-
https://git-devops.opencsg.com/opensource/gradio/-/raw/main/gradio-5.1.0-py3-none-any.whl
52+
coagent-python==0.1.2 \
53+
huggingface_hub==0.36.0 \
54+
gradio==6.2.0
5555

5656
# pip install datasets "huggingface-hub>=0.19" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1" "pydantic~=1.0"
5757

0 commit comments

Comments
 (0)