From 5d00c909af02f1bfc0457bcb3cc75495626c320e Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Thu, 14 Mar 2024 18:48:13 +0200 Subject: [PATCH] Updated README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5b9af1..0b65090 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,11 @@ You can obviously substitute the image name and tag with your own. ## Environment Variables -| Variable | Description | Default | -|--------------------|----------------------------------------------|----------------------------------------| -| VENV_PATH | Set the path for the Python venv for the app | /workspace/venvs/text-generation-webui | -| DISABLE_AUTOLAUNCH | Disable Web UI from launching automatically | (not set) | +| Variable | Description | Default | +|----------------------|----------------------------------------------|----------------------------------------| +| VENV_PATH | Set the path for the Python venv for the app | /workspace/venvs/text-generation-webui | +| JUPYTER_LAB_PASSWORD | Set a password for Jupyter lab | not set - no password | +| DISABLE_AUTOLAUNCH | Disable Web UI from launching automatically | (not set) | ## Logs