We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb6abf commit c3a5976Copy full SHA for c3a5976
docker/1.3.0/py2/Dockerfile.gpu
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
25
# See http://bugs.python.org/issue19846
26
ENV LANG C.UTF-8
27
28
+ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
29
+
30
# Add arguments to achieve the version, python and url
31
ARG PYTHON_VERSION=2.7
32
docker/1.3.0/py3/Dockerfile.gpu
ARG PYTHON_VERSION=3.6.6
0 commit comments