mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 07:17:06 +08:00
copy current context instead of clone repo
This commit is contained in:
parent
2b0b6db2ce
commit
0018c8d7bd
@ -14,9 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libgl1 \
|
libgl1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /workspace
|
|
||||||
RUN git clone https://github.com/comfyanonymous/ComfyUI.git
|
|
||||||
WORKDIR /workspace/ComfyUI
|
WORKDIR /workspace/ComfyUI
|
||||||
|
COPY . .
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user