We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dfc64 commit 04b6c3cCopy full SHA for 04b6c3c
tensorflow_serving/tools/docker/Dockerfile.devel-gpu
@@ -78,7 +78,6 @@ RUN apt-get install -y --no-install-recommends \
78
openjdk-11-jdk\
79
openjdk-11-jre-headless \
80
pkg-config \
81
- software-properties-common \
82
swig \
83
unzip \
84
wget \
@@ -88,8 +87,7 @@ RUN apt-get install -y --no-install-recommends \
88
87
89
90
# Install python 3.9.
91
-RUN add-apt-repository ppa:deadsnakes/ppa && \
92
- apt-get update && apt-get install -y \
+RUN apt-get update && apt-get install -y \
93
python3.9 python3.9-dev python3-pip python3.9-venv python3-distutils python3-distutils-extra python3-dev && \
94
rm -rf /var/lib/apt/lists/* && \
95
python3.9 -m pip install pip --upgrade && \
0 commit comments