diff --git a/FAQ.md b/FAQ.md index 1aeb9e4..063cbf6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,6 +36,11 @@ add `NVIDIA_DRIVER_CAPABILITIES=compute,utility` and `NVIDIA_VISIBLE_DEVICES=all Install [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) and restart the docker service [#81](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/81) + +### `docker compose --profile auto up --build` fails with `OSError` + +This might be related to the `overlay2` storage driver used by docker overlayed on zfs, change to the `zfs` storage driver [#433](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/433#issuecomment-1694520689) + --- # Windows / WSL