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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -7
Dockerfile CHANGED
@@ -3,10 +3,4 @@ RUN apt-get update
3
  RUN pip install --upgrade pip
4
 
5
 
6
- # Set the working directory
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"]