Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Oct 19, 2023
1 parent 21f6bd3 commit 5f292d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN python3 -m venv --system-site-packages venv && \
# Install ComfyUI Custom Nodes
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git custom_nodes/ComfyUI-Manager && \
cd custom_nodes/ComfyUI-Manager && \
source venv/bin/activate && \
source /ComfyUI/venv/bin/activate && \
pip3 install -r requirements.txt && \
pip3 cache purge && \
deactivate
Expand Down

0 comments on commit 5f292d1

Please sign in to comment.