mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-10 21:03:02 +02:00
added comments
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Get the INCLUDE_OLLAMA_ENV environment variable whcih is set in the Dockerfile
|
||||
# This includes the ollama in the image
|
||||
INCLUDE_OLLAMA=${INCLUDE_OLLAMA_ENV:-false}
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
Reference in New Issue
Block a user