Building the container works. Starting the container fails with the following message:
stable-diffusion-webui-docker-model-1 | + /docker/mount.sh
stable-diffusion-webui-docker-model-1 | /bin/bash: line 1: /docker/mount.sh: Permission denied
Steps to Reproduce
- docker compose build
- docker compose up --build
- [error...]
Hardware / Software:
- OS: Windows 11/WSL2
- Docker version
- GPU: [Nvidia 3090]
- Docker version: v20.10.17
Additional context
Attempted to add a chmod +x /docker/mount.sh before the command is run in dockerfile, the command does execute but does not improve things. Docker seems to work otherwise.
Building the container works. Starting the container fails with the following message:
stable-diffusion-webui-docker-model-1 | + /docker/mount.sh
stable-diffusion-webui-docker-model-1 | /bin/bash: line 1: /docker/mount.sh: Permission denied
Steps to Reproduce
Hardware / Software:
Additional context
Attempted to add a chmod +x /docker/mount.sh before the command is run in dockerfile, the command does execute but does not improve things. Docker seems to work otherwise.