mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 22:45:39 +00:00
adjustments to remove my customizations
This commit is contained in:
parent
27c560cdcd
commit
e8681cf80f
2 changed files with 3 additions and 10 deletions
|
|
@ -25,18 +25,13 @@ WORKDIR ${ROOT}
|
|||
|
||||
ARG BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
ls -la models && \
|
||||
ls -la models/vae_approx && \
|
||||
git fetch && \
|
||||
git checkout ${BRANCH} && \
|
||||
echo cach_bust 2 && \
|
||||
git pull && \
|
||||
# git reset --hard ${SHA} && \
|
||||
git reset --hard ${SHA} && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
# add info
|
||||
COPY . /docker/
|
||||
RUN ls -la /docker
|
||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
||||
ENV NVIDIA_VISIBLE_DEVICES=all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue