Spaces:
Sleeping
Sleeping
Commit
·
53e1197
1
Parent(s):
f12d515
Dockerfile and build update
Browse files- Dockerfile +1 -1
- docker_build.sh +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 28 |
&& rm -rf /var/lib/apt/lists/*
|
| 29 |
# Setup custom nodes
|
| 30 |
WORKDIR /workspace/custom_nodes/
|
| 31 |
-
RUN rm -rf ComfyUI_Comfyroll_CustomNodes
|
| 32 |
RUN git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git
|
| 33 |
WORKDIR /workspace/custom_nodes/ComfyUI_Comfyroll_CustomNodes
|
| 34 |
# Replace the node_mappings.py file
|
|
|
|
| 28 |
&& rm -rf /var/lib/apt/lists/*
|
| 29 |
# Setup custom nodes
|
| 30 |
WORKDIR /workspace/custom_nodes/
|
| 31 |
+
#RUN rm -rf ComfyUI_Comfyroll_CustomNodes
|
| 32 |
RUN git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git
|
| 33 |
WORKDIR /workspace/custom_nodes/ComfyUI_Comfyroll_CustomNodes
|
| 34 |
# Replace the node_mappings.py file
|
docker_build.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
IMAGE_NAME=text2autochrome
|
| 3 |
TOKEN=hf_
|
| 4 |
-
docker build --build-arg TKN=$TOKEN -f Dockerfile -t $IMAGE_NAME .
|
| 5 |
|
| 6 |
|
| 7 |
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
IMAGE_NAME=text2autochrome
|
| 3 |
TOKEN=hf_
|
| 4 |
+
docker build --no-cache --build-arg TKN=$TOKEN -f Dockerfile -t $IMAGE_NAME .
|
| 5 |
|
| 6 |
|
| 7 |
|