Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated Dockerfile.gpu to install cuda-toolkit #2202

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion tensorflow_serving/tools/docker/Dockerfile.gpu
Expand Up @@ -49,7 +49,8 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
libfreetype6-dev \
pkg-config \
software-properties-common \
unzip
unzip \
cuda-compiler-11-8

# We don't install libnvinfer-dev since we don't need to build against TensorRT
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64/7fa2af80.pub && \
Expand Down