make executable

This commit is contained in:
Abdullah Barhoum 2022-09-16 18:37:41 +02:00
parent aae83bb8f2
commit b96d7c30d0
2 changed files with 1 additions and 1 deletions

View File

@ -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
View File