MicroCore-Labs commited on
Commit
ada288c
·
1 Parent(s): 72b443d

fix: downgrade gradio to 4.38.0 (4.44 has bool iteration bug)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 && rm -rf /var/lib/
11
  RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
12
 
13
  # Install rest (compatible modern versions)
14
- RUN pip install "diffusers>=0.30.0,<0.31" transformers==4.40.0 accelerate==0.29.0 gradio==4.44.0 Pillow==10.2.0 safetensors==0.4.2 "huggingface_hub>=0.22" sentencepiece protobuf
15
 
16
  COPY . /app
17
 
 
11
  RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
12
 
13
  # Install rest (compatible modern versions)
14
+ RUN pip install "diffusers>=0.30.0,<0.31" transformers==4.40.0 accelerate==0.29.0 gradio==4.38.0 Pillow==10.2.0 safetensors==0.4.2 "huggingface_hub>=0.22" sentencepiece protobuf
15
 
16
  COPY . /app
17