Skip to content

Commit bdb6abf

Browse files
committed
changed proper .cpu files
1 parent cc651cb commit bdb6abf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docker/1.2.0/py2/Dockerfile.cpu

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
# See http://bugs.python.org/issue19846
2323
ENV LANG C.UTF-8
2424

25-
ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26-
2725
# Add arguments to achieve the version, python and url
2826
ARG PYTHON_VERSION=2.7
2927

docker/1.3.0/py2/Dockerfile.cpu

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
# See http://bugs.python.org/issue19846
2323
ENV LANG C.UTF-8
2424

25+
ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26+
2527
# Add arguments to achieve the version, python and url
2628
ARG PYTHON_VERSION=2.7
2729

docker/1.3.0/py3/Dockerfile.cpu

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
# See http://bugs.python.org/issue19846
2323
ENV LANG C.UTF-8
2424

25+
ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26+
2527
# Add arguments to achieve the version, python and url
2628
ARG PYTHON_VERSION=3.6.6
2729

0 commit comments

Comments
 (0)