Skip to content

Commit 73b89c9

Browse files
committed
Update python distutils for Dockerfile.devel-gpu
1 parent 90ad4e8 commit 73b89c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/docker/Dockerfile.devel-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN apt-get install -y --no-install-recommends \
8686
zip \
8787
zlib1g-dev \
8888
python3-distutils \
89-
python-distutils-extra && \
89+
python3-distutils-extra && \
9090
find /usr/local/cuda-12.2/lib64/ -type f -name 'lib*_static.a' -not -name 'libcudart_static.a' -delete
9191

9292

0 commit comments

Comments
 (0)