From 98e2c326dc0ddf511de8488dfd396e521eb77453 Mon Sep 17 00:00:00 2001 From: rboone Date: Thu, 11 Apr 2024 17:40:51 +0200 Subject: [PATCH] having SHELL_OUTSIDE_CONTAINER in Dockerfile is more intuitive --- Dockerfile | 1 + Dockerfile_ollama | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4da1cfdb..0c90f25c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3-slim ENV IN_CONTAINER=true ENV OS_OUTSIDE_CONTAINER="Linux/Red Hat Enterprise Linux 8.8 (Ootpa)" +ENV SHELL_OUTSIDE_CONTAINER=/bin/bash WORKDIR /app COPY . /app diff --git a/Dockerfile_ollama b/Dockerfile_ollama index aa502825..0a695095 100644 --- a/Dockerfile_ollama +++ b/Dockerfile_ollama @@ -8,6 +8,7 @@ ENV PRETTIFY_MARKDOWN=false ENV IN_CONTAINER=true ENV OS_OUTSIDE_CONTAINER="Linux/Red Hat Enterprise Linux 8.8 (Ootpa)" +ENV SHELL_OUTSIDE_CONTAINER=/bin/bash WORKDIR /app COPY . /app