diff --git a/FAQ.md b/FAQ.md index 0e011b5..4057cd8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,7 +1,3 @@ - # General ## Dockerfile parse error @@ -9,11 +5,11 @@ To enable [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversio Error response from daemon: dockerfile parse error line 33: unknown instruction: GIT ERROR: Service 'model' failed to build : Build failed ``` -Update docker to the latest version, and make sure you are using `docker compose` instead of `docker-compose`. [#16](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16) +Update docker to the latest version, and make sure you are using `docker compose` instead of `docker-compose`. [#16](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16), also, try setting the environment variable `DOCKER_BUILDKIT=1` ## Unknown Flag `--profile` -Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667) +Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667), try setting the environment variable mentioned in the previous point. ## Output is a always green image use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9)