Skip to content

Commit

Permalink
added some libs to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sf666 committed Sep 4, 2023
1 parent dbe0712 commit 64ae695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/comfy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1

RUN apt-get update && apt-get install -y git && apt-get clean

RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y

ENV ROOT=/stable-diffusion
RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
Expand Down

0 comments on commit 64ae695

Please sign in to comment.