camenduru commited on
Commit
1d777bd
1 Parent(s): ebe3a1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
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 jupyterlab pickleshare ipywidgets
18
 
19
  RUN git clone https://github.com/comfyanonymous/ComfyUI /content/ComfyUI
20
 
@@ -24,5 +24,5 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
24
  aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/t5xxl_fp16.safetensors -d /content/ComfyUI/models/clip -o t5xxl_fp16.safetensors
25
 
26
  COPY ./app.ipynb /content/app.ipynb
27
- WORKDIR /content
28
- CMD jupyter lab --allow-root --port 7860 --ip 0.0.0.0 --no-browse --notebook-dir /content --NotebookApp.token='' --ContentsManager.allow_hidden True
 
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 https://github.com/comfyanonymous/ComfyUI /content/ComfyUI
20
 
 
24
  aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/FLUX.1-dev/resolve/main/t5xxl_fp16.safetensors -d /content/ComfyUI/models/clip -o t5xxl_fp16.safetensors
25
 
26
  COPY ./app.ipynb /content/app.ipynb
27
+ WORKDIR /content/ComfyUI
28
+ CMD python main.py --listen --port 7860