Skip to content

Commit c3a5976

Browse files
committed
added ENV path update to GPU files
1 parent bdb6abf commit c3a5976

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/1.3.0/py2/Dockerfile.gpu

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
2525
# See http://bugs.python.org/issue19846
2626
ENV LANG C.UTF-8
2727

28+
ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
29+
2830
# Add arguments to achieve the version, python and url
2931
ARG PYTHON_VERSION=2.7
3032

docker/1.3.0/py3/Dockerfile.gpu

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
2525
# See http://bugs.python.org/issue19846
2626
ENV LANG C.UTF-8
2727

28+
ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
29+
2830
# Add arguments to achieve the version, python and url
2931
ARG PYTHON_VERSION=3.6.6
3032

0 commit comments

Comments
 (0)