Skip to content

Commit

Permalink
removed copy install_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntachs committed Aug 12, 2023
1 parent 9388038 commit f555773
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ ENV CLI_ARGS=""

RUN apt update && apt install git python3-pip libsm6 libxext6 -y && apt clean

RUN mkdir /docker
COPY /install_scripts/ /docker/
RUN chmod u+x /docker/entrypoint.sh

ENV ROOT=/stable-diffusion
RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
cd ${ROOT} && \
Expand Down

0 comments on commit f555773

Please sign in to comment.