Qilan2 commited on
Commit
34737e5
·
verified ·
1 Parent(s): fce0e05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -49,8 +49,6 @@ RUN apk update && \
49
  py3-requests \
50
  py3-flask \
51
  py3-pexpect \
52
- gradio \
53
- websockify \
54
  py3-psutil
55
 
56
  # 设置工作目录
@@ -69,6 +67,8 @@ RUN pip3 install --upgrade pip --break-system-packages && \
69
  kaggle \
70
  PyYAML \
71
  huggingface_hub \
 
 
72
  ipykernel && \
73
  pip3 install --upgrade huggingface_hub --break-system-packages
74
 
 
49
  py3-requests \
50
  py3-flask \
51
  py3-pexpect \
 
 
52
  py3-psutil
53
 
54
  # 设置工作目录
 
67
  kaggle \
68
  PyYAML \
69
  huggingface_hub \
70
+ gradio \
71
+ websockify \
72
  ipykernel && \
73
  pip3 install --upgrade huggingface_hub --break-system-packages
74