Skip to content

Commit

Permalink
fix: install missing custom node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Nov 12, 2024
1 parent 3ffa50f commit cb74e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComfyUI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

RUN apt update && apt install -y openssl git wget curl
RUN apt update && apt install -y openssl git wget curl ffmpeg libsm6 libxext6

FROM base AS builder

Expand Down

0 comments on commit cb74e81

Please sign in to comment.