mirror of
https://github.com/zebrajr/ollama-webui.git
synced 2026-01-15 12:15:13 +00:00
cuda fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Get the INCLUDE_OLLAMA_ENV environment variable which is set in the Dockerfile
|
||||
# This includes the ollama in the image
|
||||
INCLUDE_OLLAMA=${INCLUDE_OLLAMA_ENV:-false}
|
||||
INCLUDE_OLLAMA=${INCLUDE_OLLAMA_DOCKER}
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd "$SCRIPT_DIR" || exit
|
||||
|
||||
Reference in New Issue
Block a user