Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
FROM runpod/stable-diffusion:comfy-ui-6.0.0
|
2 |
RUN apt-get update
|
3 |
-
# Use a base image with Git installed
|
4 |
-
FROM alpine:latest
|
5 |
-
|
6 |
-
# Install required packages
|
7 |
-
RUN apk add --no-cache git
|
8 |
|
9 |
# Set the working directory
|
10 |
WORKDIR /workspace/ComfyUI
|
|
|
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
|