Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN apt update -y && add-apt-repository -y ppa:git-core/ppa && apt update -y &&
|
|
14 |
USER camenduru
|
15 |
|
16 |
RUN pip install -q opencv-python imageio imageio-ffmpeg ffmpeg-python av runpod \
|
17 |
-
xformers==0.0.25 torchsde==0.2.6 einops==0.8.0 diffusers==0.28.0 transformers==4.41.2 accelerate==0.30.1
|
18 |
|
19 |
RUN git clone -b flux https://github.com/camenduru/ComfyUI /content/ComfyUI
|
20 |
|
|
|
14 |
USER camenduru
|
15 |
|
16 |
RUN pip install -q opencv-python imageio imageio-ffmpeg ffmpeg-python av runpod \
|
17 |
+
xformers==0.0.25 torchsde==0.2.6 einops==0.8.0 diffusers==0.28.0 transformers==4.41.2 accelerate==0.30.1 jupyterlab pickleshare ipywidgets
|
18 |
|
19 |
RUN git clone -b flux https://github.com/camenduru/ComfyUI /content/ComfyUI
|
20 |
|