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 90ad4e8 commit 73b89c9Copy full SHA for 73b89c9
tensorflow_serving/tools/docker/Dockerfile.devel-gpu
@@ -86,7 +86,7 @@ RUN apt-get install -y --no-install-recommends \
86
zip \
87
zlib1g-dev \
88
python3-distutils \
89
- python-distutils-extra && \
+ python3-distutils-extra && \
90
find /usr/local/cuda-12.2/lib64/ -type f -name 'lib*_static.a' -not -name 'libcudart_static.a' -delete
91
92
0 commit comments