Updated FAQ (markdown)
4
FAQ.md
4
FAQ.md
@@ -20,12 +20,12 @@ Update docker to the latest version, and make sure you are using `docker compose
|
||||
|
||||
### Build fails at [The Shell command](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/5af482ed8c975df6aa0210225ad68b218d4f61da/build/Dockerfile#L11), `/bin/bash` not found in WSL.
|
||||
|
||||
Edit `build/Dockerfile`, and change the SHELL from `/bin/bash` to `//bin/bash`, thanks to [@MiccoHadje](https://github.com/MiccoHadje) for solution. More info in [#21](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/21)
|
||||
Edit `build/Dockerfile`, and change the SHELL from `/bin/bash` to `//bin/bash`. More info in [#21](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/21) [@MiccoHadje](https://github.com/MiccoHadje)
|
||||
|
||||
|
||||
### Other build errors on windows: (thanks to [@SuddenDevelopment](https://github.com/SuddenDevelopment) for reporting):
|
||||
* Update to latest windows 10 release 2021H2 (required for WSL to see the GPU)
|
||||
* Update to WSL2 (download and switch to version 2)
|
||||
* Install / Update Docker Desktop
|
||||
* You might need to create a [`.wslconfig`](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#example-wslconfig-file) and increase memory, more info in [#34](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/34)
|
||||
* In WSL, run `dos2unix build/*` (you might need to install it first `sudo apt install dos2unix`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user