Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
# パッケージのインストール
|
| 6 |
RUN apt update && apt install -y python3-pip
|
| 7 |
-
RUN pip install -U huggingface_hub
|
| 8 |
|
| 9 |
# モデルとmmprojの両方をHugging Faceからダウンロード
|
| 10 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
|
|
|
| 4 |
|
| 5 |
# パッケージのインストール
|
| 6 |
RUN apt update && apt install -y python3-pip
|
| 7 |
+
RUN pip install -U huggingface_hub --break-system-packages
|
| 8 |
|
| 9 |
# モデルとmmprojの両方をHugging Faceからダウンロード
|
| 10 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|