Add info about execution env to minimal GPU image (#2441)

This commit is contained in:
Malte Pietsch 2022-04-21 08:30:42 +02:00 committed by GitHub
parent 07d7ecbff1
commit 133a76229b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \