Axel-Student commited on
Commit
988d166
·
1 Parent(s): 50bfe7a

manage package

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10
3
  WORKDIR /app
4
 
5
  RUN pip install --no-cache-dir torch torchvision torchaudio diffusers gradio
6
- RUN pip install --no-cache-dir black-forest-labs-flux
7
  COPY . /app
8
 
9
  EXPOSE 7860
 
3
  WORKDIR /app
4
 
5
  RUN pip install --no-cache-dir torch torchvision torchaudio diffusers gradio
6
+ RUN pip install -U diffusers
7
  COPY . /app
8
 
9
  EXPOSE 7860