newturok commited on
Commit
5ed2d6b
·
verified ·
1 Parent(s): ac2161d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM runpod/stable-diffusion:comfy-ui-6.0.0
2
  RUN apt-get update
 
 
3
 
4
  # Set the working directory
5
  WORKDIR /workspace/ComfyUI
 
1
  FROM runpod/stable-diffusion:comfy-ui-6.0.0
2
  RUN apt-get update
3
+ RUN pip install --upgrade pip
4
+
5
 
6
  # Set the working directory
7
  WORKDIR /workspace/ComfyUI