Skip to content

Commit d606dd0

Browse files
guanxinqrtg0795
authored andcommitted
Fix gpu docker build failure due to bad substitution
PiperOrigin-RevId: 457141259
1 parent a6ffd6f commit d606dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/docker/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
3434
apt-get update && apt-get install -y --no-install-recommends \
3535
ca-certificates \
3636
cuda-command-line-tools-11-2 \
37-
cuda-nvrtc-${CUDA/./-} \
37+
cuda-nvrtc-11-2 \
3838
libcublas-11-2 \
3939
libcublas-dev-11-2 \
4040
libcufft-11-2 \

0 commit comments

Comments
 (0)