Skip to content

Commit 04b6c3c

Browse files
committed
Removee software-properties-common
1 parent 00dfc64 commit 04b6c3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorflow_serving/tools/docker/Dockerfile.devel-gpu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ RUN apt-get install -y --no-install-recommends \
7878
openjdk-11-jdk\
7979
openjdk-11-jre-headless \
8080
pkg-config \
81-
software-properties-common \
8281
swig \
8382
unzip \
8483
wget \
@@ -88,8 +87,7 @@ RUN apt-get install -y --no-install-recommends \
8887

8988

9089
# Install python 3.9.
91-
RUN add-apt-repository ppa:deadsnakes/ppa && \
92-
apt-get update && apt-get install -y \
90+
RUN apt-get update && apt-get install -y \
9391
python3.9 python3.9-dev python3-pip python3.9-venv python3-distutils python3-distutils-extra python3-dev && \
9492
rm -rf /var/lib/apt/lists/* && \
9593
python3.9 -m pip install pip --upgrade && \

0 commit comments

Comments
 (0)