This commit is contained in:
Jannik Streidl
2024-03-22 09:55:46 +01:00
parent 6dc4b748fb
commit 953d05428e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Get the INCLUDE_OLLAMA_ENV environment variable whcih is set in the Dockerfile
# 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}