Skip to content

Commit

Permalink
pip cache purge (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyok authored Aug 6, 2023
1 parent 5ae8ad0 commit c0de635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0de635

Please sign in to comment.