mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-07 15:52:32 +08:00
Fix docker context paths
This commit is contained in:
parent
26ef6d9061
commit
eab3e04419
@ -4,8 +4,8 @@ version: "3.9"
|
|||||||
x-base_service: &base_service
|
x-base_service: &base_service
|
||||||
image: comfyui:1
|
image: comfyui:1
|
||||||
build:
|
build:
|
||||||
context: docker_files
|
context: ..
|
||||||
dockerfile: default.Dockerfile
|
dockerfile: docker/docker_files/default.Dockerfile
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--listen --port 8188
|
- CLI_ARGS=--listen --port 8188
|
||||||
@ -30,8 +30,8 @@ x-nvidia_docker: &nvidia_docker
|
|||||||
|
|
||||||
x-base_service_amd: &amd_docker
|
x-base_service_amd: &amd_docker
|
||||||
build:
|
build:
|
||||||
context: docker_files
|
context: ..
|
||||||
dockerfile: amd.Dockerfile
|
dockerfile: docker/docker_files/amd.Dockerfile
|
||||||
|
|
||||||
group_add:
|
group_add:
|
||||||
- video
|
- video
|
||||||
|
|||||||
@ -9,7 +9,7 @@ torch \
|
|||||||
torchvision \
|
torchvision \
|
||||||
torchaudio
|
torchaudio
|
||||||
|
|
||||||
COPY ../.. /opt/comfy_ui
|
COPY . /opt/comfy_ui
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ torchaudio \
|
|||||||
xformers \
|
xformers \
|
||||||
triton
|
triton
|
||||||
|
|
||||||
COPY ../.. /opt/comfy_ui
|
COPY . /opt/comfy_ui
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user