mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker
synced 2024-11-15 12:13:02 +00:00
make executable
This commit is contained in:
parent
aae83bb8f2
commit
b96d7c30d0
@ -35,7 +35,7 @@ EOF
|
||||
RUN pip uninstall opencv-python -y && pip install --prefer-binary --upgrade --force-reinstall --no-cache-dir opencv-python-headless
|
||||
|
||||
COPY . /docker/
|
||||
RUN python3 /docker/info.py /stable-diffusion/static/dream_web/index.html
|
||||
RUN python3 /docker/info.py /stable-diffusion/static/dream_web/index.html && chmod +x /docker/mount.sh
|
||||
|
||||
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch PRELOAD=false CLI_ARGS=""
|
||||
WORKDIR /stable-diffusion
|
||||
|
0
services/lstein/mount.sh
Normal file → Executable file
0
services/lstein/mount.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user