Update Dockerfile
Browse files- Dockerfile +1 -7
Dockerfile
CHANGED
|
@@ -3,10 +3,4 @@ RUN apt-get update
|
|
| 3 |
RUN pip install --upgrade pip
|
| 4 |
|
| 5 |
|
| 6 |
-
|
| 7 |
-
WORKDIR /workspace/ComfyUI
|
| 8 |
-
|
| 9 |
-
# Clone the repository and checkout the latest tag
|
| 10 |
-
RUN git pull
|
| 11 |
-
|
| 12 |
-
# Continue with other steps (e.g., build, install dependencies, etc.)
|
|
|
|
| 3 |
RUN pip install --upgrade pip
|
| 4 |
|
| 5 |
|
| 6 |
+
CMD ["/start.sh"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|