jmanhype commited on
Commit
13921b3
Β·
1 Parent(s): 0b2adc1

Pin huggingface_hub to version <0.19.0 for diffusers compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -57,6 +57,9 @@ RUN conda run -n musev pip install --no-cache-dir setuptools==65.5.1
57
  # Install numpy 1.x first to ensure compatibility
58
  RUN conda run -n musev pip install --no-cache-dir "numpy<2.0.0"
59
 
 
 
 
60
  # Install core dependencies first
61
  RUN conda run -n musev pip install --no-cache-dir \
62
  torch \
 
57
  # Install numpy 1.x first to ensure compatibility
58
  RUN conda run -n musev pip install --no-cache-dir "numpy<2.0.0"
59
 
60
+ # Install huggingface_hub with a compatible version
61
+ RUN conda run -n musev pip install --no-cache-dir "huggingface_hub<0.19.0"
62
+
63
  # Install core dependencies first
64
  RUN conda run -n musev pip install --no-cache-dir \
65
  torch \