LejobuildYT commited on
Commit
d2c9544
·
verified ·
1 Parent(s): 4a459c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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; \