Skip to content

Commit

Permalink
Fix grpc (client) build for 18.04 (triton-inference-server#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHam authored Jan 29, 2021
1 parent 317b47c commit cde2663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
elif [ "$CMAKE_UBUNTU_VERSION" = "18.04" ]; then \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
apt-get update && \
apt-get install -y --no-install-recommends cmake; \
apt-get install -y --no-install-recommends \
cmake-data=3.18.4-0kitware1 cmake=3.18.4-0kitware1; \
else \
echo "ERROR: Only support CMAKE_UBUNTU_VERSION to be 18.04 or 20.04" && false; \
fi && \
Expand Down

0 comments on commit cde2663

Please sign in to comment.