From 133a76229b6191b8a089898b8f4c5132a67da9b0 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Thu, 21 Apr 2022 08:30:42 +0200 Subject: [PATCH] Add info about execution env to minimal GPU image (#2441) --- Dockerfile-GPU-minimal | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-GPU-minimal b/Dockerfile-GPU-minimal index 44f5554e2..5c08dd35e 100644 --- a/Dockerfile-GPU-minimal +++ b/Dockerfile-GPU-minimal @@ -4,6 +4,7 @@ WORKDIR /home/user ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 +ENV HAYSTACK_DOCKER_CONTAINER="HAYSTACK_MINIMAL_GPU_CONTAINER" # Install software dependencies RUN apt-get update && apt-get install -y software-properties-common && \