From c0de6351ffcae3728a5dafd4d3e7c25836471368 Mon Sep 17 00:00:00 2001 From: Tomoya Okazaki <64631098+tmyok@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:08:24 +0900 Subject: [PATCH] pip cache purge (#41) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2d75113..46f4f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,6 +110,8 @@ RUN python3 -m pip install --no-cache-dir pylibjpeg-rle==1.3.0 RUN python3 -m pip install --no-cache-dir dicomsdl==0.109.2 RUN python3 -m pip install --no-cache-dir --extra-index-url https://developer.download.nvidia.com/compute/redist/nightly --upgrade nvidia-dali-nightly-cuda110 +RUN python3 -m pip cache purge + RUN python3 -m pip install --no-cache-dir tensorrt==8.6.1 RUN python3 -m pip install --no-cache-dir onnxruntime==1.15.1 RUN python3 -m pip install --no-cache-dir onnxsim==0.4.33