File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 
docker/diffusers-pytorch-cpu Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN apt-get -y update && apt-get install -y bash \
1717ENV  UV_PYTHON=/usr/local/bin/python
1818
1919#  pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
20- RUN  pip install --no-cache-dir --upgrade uv \ 
21-      uv pip install --no-cache-dir \
22-          torch \
23-          torchvision \
24-          torchaudio \
25-          invisible_watermark \
26-          --extra-index-url https://download.pytorch.org/whl/cpu && \
20+ RUN  pip install uv 
21+ RUN  uv pip install --no-cache-dir \
22+     torch \
23+     torchvision \
24+     torchaudio \
25+     invisible_watermark \
26+     --extra-index-url https://download.pytorch.org/whl/cpu && \
2727    uv pip install --no-cache-dir \
2828        accelerate \
2929        datasets \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments