Skip to content

Commit

Permalink
updated Dockerfile.gpu to install cuda-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
singhniraj08 committed Feb 6, 2024
1 parent b23acfc commit 96a35a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_serving/tools/docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machi
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*;

RUN apt-get update && apt-get install -y cuda-toolkit-11-8

# Install TF Serving GPU pkg
COPY --from=build_image /usr/local/bin/tensorflow_model_server /usr/bin/tensorflow_model_server

Expand Down

0 comments on commit 96a35a5

Please sign in to comment.