File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG framework_support_installable=sagemaker_tensorflow_container-1.0.0.tar.gz
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
- python \
12
+ python-dev \
13
13
curl \
14
14
nginx \
15
15
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
libcudnn7=${CUDNN_VERSION} \
23
23
libnccl2=${NCCL_VERSION} \
24
24
libgomp1 \
25
- python \
25
+ python-dev \
26
26
curl \
27
27
nginx \
28
28
&& \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG framework_support_installable=sagemaker_tensorflow_container-1.0.0.tar.gz
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
- python \
12
+ python-dev \
13
13
curl \
14
14
nginx \
15
15
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG tensorflow_model_server
9
9
10
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
11
ca-certificates \
12
- python \
12
+ python-dev \
13
13
curl \
14
14
nginx \
15
15
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
libcudnn7=${CUDNN_VERSION} \
23
23
libnccl2=${NCCL_VERSION} \
24
24
libgomp1 \
25
- python \
25
+ python-dev \
26
26
curl \
27
27
nginx \
28
28
&& \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN git apply --verbose /patches/*.patch
77
77
78
78
79
79
# Configure the build for our CUDA configuration.
80
- ENV CI_BUILD_PYTHON=python \
80
+ ENV CI_BUILD_PYTHON=python-dev \
81
81
LD_LIBRARY_PATH=/usr/local/cuda/extras/CUPTI/lib64:$LD_LIBRARY_PATH \
82
82
TF_NEED_CUDA=1 \
83
83
TF_CUDA_VERSION=8.0 \
You can’t perform that action at this time.
0 commit comments