Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|