Skip to content

Commit 43847b5

Browse files
vishalbolludeliahu
authored andcommitted
Add git to api images (#559)
(cherry picked from commit db2f221)
1 parent 4f0fb6b commit 43847b5

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

images/onnx-serve-gpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1515
zlib1g-dev \
1616
python3.6-dev \
1717
python3.6-distutils \
18+
git \
1819
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1920
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
2021
python3.6 get-pip.py && \

images/onnx-serve/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1515
zlib1g-dev \
1616
python3.6-dev \
1717
python3.6-distutils \
18+
git \
1819
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1920
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
2021
python3.6 get-pip.py && \

images/predictor-serve-gpu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1313
zlib1g-dev \
1414
python3.6-dev \
1515
python3.6-distutils \
16+
git \
1617
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1718
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1819
python3.6 get-pip.py && \

images/predictor-serve/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1313
zlib1g-dev \
1414
python3.6-dev \
1515
python3.6-distutils \
16+
git \
1617
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
1718
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1819
python3.6 get-pip.py && \

images/tf-api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1313
pkg-config \
1414
software-properties-common \
1515
zlib1g-dev \
16+
git \
1617
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1718

1819
COPY pkg/workloads/cortex/lib/requirements.txt /src/cortex/lib/requirements.txt

0 commit comments

Comments
 (0)