soiz1 commited on
Commit
9340640
·
verified ·
1 Parent(s): 7399ba9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -69,7 +69,7 @@ RUN echo "Downloading checkpoints..." && \
69
 
70
  # ComfyUI Manager
71
  cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git ComfyUI-Manager && \
72
- cd custom_nodes/ComfyUI-Manager/glob && sed -i '/def is_allowed_security_level/,/return/s/return.*/return True/' manager_server.py && \
73
 
74
  # Install custom nodes
75
  echo "Installing custom nodes..."
 
69
 
70
  # ComfyUI Manager
71
  cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git ComfyUI-Manager && \
72
+ cd /custom_nodes/ComfyUI-Manager/glob && sed -i '/def is_allowed_security_level/,/return/s/return.*/return True/' manager_server.py && \
73
 
74
  # Install custom nodes
75
  echo "Installing custom nodes..."