mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-17 10:34:10 +00:00
Add info about execution env to minimal GPU image (#2441)
This commit is contained in:
parent
07d7ecbff1
commit
133a76229b
@ -4,6 +4,7 @@ WORKDIR /home/user
|
|||||||
|
|
||||||
ENV LC_ALL=C.UTF-8
|
ENV LC_ALL=C.UTF-8
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
|
ENV HAYSTACK_DOCKER_CONTAINER="HAYSTACK_MINIMAL_GPU_CONTAINER"
|
||||||
|
|
||||||
# Install software dependencies
|
# Install software dependencies
|
||||||
RUN apt-get update && apt-get install -y software-properties-common && \
|
RUN apt-get update && apt-get install -y software-properties-common && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user