We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ffd6f commit d606dd0Copy full SHA for d606dd0
tensorflow_serving/tools/docker/Dockerfile.gpu
@@ -34,7 +34,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
34
apt-get update && apt-get install -y --no-install-recommends \
35
ca-certificates \
36
cuda-command-line-tools-11-2 \
37
- cuda-nvrtc-${CUDA/./-} \
+ cuda-nvrtc-11-2 \
38
libcublas-11-2 \
39
libcublas-dev-11-2 \
40
libcufft-11-2 \
0 commit comments