Snow2222 commited on
Commit
fea6416
·
verified ·
1 Parent(s): cf5bcc8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ WORKDIR /app
20
 
21
  # 安装依赖
22
  RUN pip install --upgrade pip
23
- RUN pip install torch transformers peft datasets accelerate bitsandbytes huggingface_hub
24
 
25
  # 将代码和数据复制到容器中
26
  COPY . /app
 
20
 
21
  # 安装依赖
22
  RUN pip install --upgrade pip
23
+ RUN pip install torch transformers peft datasets accelerate bitsandbytes huggingface_hub gradio
24
 
25
  # 将代码和数据复制到容器中
26
  COPY . /app