Skip to content

Commit 00d9cac

Browse files
authored
Add git package to serving images (#1068)
1 parent 69d05ab commit 00d9cac

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

images/onnx-predictor-cpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -q \
55
pkg-config \
66
software-properties-common \
77
curl \
8+
git \
89
unzip \
910
zlib1g-dev \
1011
locales \

images/onnx-predictor-gpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -q \
55
pkg-config \
66
software-properties-common \
77
curl \
8+
git \
89
unzip \
910
zlib1g-dev \
1011
locales \

images/python-predictor-cpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -q \
55
pkg-config \
66
software-properties-common \
77
curl \
8+
git \
89
unzip \
910
zlib1g-dev \
1011
locales \

images/python-predictor-gpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -q \
55
pkg-config \
66
software-properties-common \
77
curl \
8+
git \
89
unzip \
910
zlib1g-dev \
1011
locales \

images/tensorflow-predictor/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -q \
55
pkg-config \
66
software-properties-common \
77
curl \
8+
git \
89
unzip \
910
zlib1g-dev \
1011
locales \

0 commit comments

Comments
 (0)