From 6089f33e54a1327c19666a73172e3fe1d3e9dabe Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 5 Feb 2023 00:15:45 +0100 Subject: [PATCH] fix HUGGING_FACE_HUB_TOKEN --- docs/installation/040_INSTALL_DOCKER.md | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/installation/040_INSTALL_DOCKER.md b/docs/installation/040_INSTALL_DOCKER.md index 2fda4279fb..f3c24947d9 100644 --- a/docs/installation/040_INSTALL_DOCKER.md +++ b/docs/installation/040_INSTALL_DOCKER.md @@ -74,25 +74,25 @@ Some Suggestions of variables you may want to change besides the Token:
-| Environment-Variable | Default value | Description | -| --------------------- | ------------------------------- | -------------------------------------------------------------------------------------------- | -| `HUGGINGFACE_TOKEN` | No default, but **required**! | This is the only **required** variable, without it you can't download the huggingface models | -| `REPOSITORY_NAME` | The Basename of the Repo folder | This name will used as the container repository/image name | -| `VOLUMENAME` | `${REPOSITORY_NAME,,}_data` | Name of the Docker Volume where model files will be stored | -| `ARCH` | arch of the build machine | can be changed if you want to build the image for another arch | -| `INVOKEAI_TAG` | latest | the Container Repository / Tag which will be used | -| `PIP_REQUIREMENTS` | `requirements-lin-cuda.txt` | the requirements file to use (from `environments-and-requirements`) | -| `CONTAINER_FLAVOR` | cuda | the flavor of the image, which can be changed if you build f.e. with amd requirements file. | -| `INVOKE_DOCKERFILE` | `Dockerfile` | the Dockerfile which should be built, handy for development | -| `CONTAINER_FLAVOR` | | the flavor of the image to built, available options are `cuda`, `rocm` and `cpu` | -| `PIP_EXTRA_INDEX_URL` | | if you want to use a custom pip-extra-index-url | +| Environment-Variable | Default value | Description | +| ------------------------ | ------------------------------- | -------------------------------------------------------------------------------------------- | +| `HUGGING_FACE_HUB_TOKEN` | No default, but **required**! | This is the only **required** variable, without it you can't download the huggingface models | +| `REPOSITORY_NAME` | The Basename of the Repo folder | This name will used as the container repository/image name | +| `VOLUMENAME` | `${REPOSITORY_NAME,,}_data` | Name of the Docker Volume where model files will be stored | +| `ARCH` | arch of the build machine | can be changed if you want to build the image for another arch | +| `INVOKEAI_TAG` | latest | the Container Repository / Tag which will be used | +| `PIP_REQUIREMENTS` | `requirements-lin-cuda.txt` | the requirements file to use (from `environments-and-requirements`) | +| `CONTAINER_FLAVOR` | cuda | the flavor of the image, which can be changed if you build f.e. with amd requirements file. | +| `INVOKE_DOCKERFILE` | `Dockerfile` | the Dockerfile which should be built, handy for development | +| `CONTAINER_FLAVOR` | | the flavor of the image to built, available options are `cuda`, `rocm` and `cpu` | +| `PIP_EXTRA_INDEX_URL` | | if you want to use a custom pip-extra-index-url |
#### Build the Image -I provided a build script, which is located in `docker/build.sh` but still -needs to be executed from the Repository root. +I provided a build script, which is located in `docker/build.sh` but still needs +to be executed from the Repository root. ```bash ./docker/build.sh