From e0d029d1009b89fd46d9536d178e59681791dd0d Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 22 Feb 2024 11:36:48 -0800 Subject: [PATCH] Added inference-cli install to parallel gpu docker build --- docker/dockerfiles/Dockerfile.onnx.gpu.parallel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfiles/Dockerfile.onnx.gpu.parallel b/docker/dockerfiles/Dockerfile.onnx.gpu.parallel index b66f115523..d1a83a43a2 100644 --- a/docker/dockerfiles/Dockerfile.onnx.gpu.parallel +++ b/docker/dockerfiles/Dockerfile.onnx.gpu.parallel @@ -46,7 +46,7 @@ WORKDIR /build COPY . . RUN ln -s /usr/bin/python3 /usr/bin/python RUN /bin/make create_wheels_for_gpu_notebook -RUN pip3 install dist/inference_core*.whl dist/inference_gpu*.whl dist/inference_sdk*.whl +RUN pip3 install dist/inference_cli*.whl dist/inference_core*.whl dist/inference_gpu*.whl dist/inference_sdk*.whl WORKDIR /notebooks COPY examples/notebooks .