Skip to content

Commit

Permalink
Fix gpu docker build failure due to bad substitution
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 457141259
  • Loading branch information
guanxinq authored and tensorflow-copybara committed Jun 25, 2022
1 parent 5c4a952 commit 1d7cd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
cuda-command-line-tools-11-2 \
cuda-nvrtc-${CUDA/./-} \
cuda-nvrtc-11-2 \
libcublas-11-2 \
libcublas-dev-11-2 \
libcufft-11-2 \
Expand Down

0 comments on commit 1d7cd5b

Please sign in to comment.