Update Dockerfile
Browse files- 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
|