Skip to content

/bin/bash: line 1: /docker/mount.sh: Permission denied on container startup #21

Description

@hughk

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

  1. docker compose build
  2. docker compose up --build
  3. [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions