Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus authored May 20, 2024
1 parent 96c4b82 commit c794dfa
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions containers/autoware-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ RUN wget ${CUDA_KEYRING_FILEPATH} && dpkg -i ${CUDA_KEYRING_PACKAGE} && rm ${CUD

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install \
cuda-minimal-build-12-3 \
libcublas-dev-12-3 \
libcurand-dev-12-3 \
libnvinfer-dev \
libnvinfer-plugin-dev \
libnvparsers-dev \
libnvonnxparsers-dev \
cuda-nvcc-12-4 \
libcublas-dev-12-4 \
libcurand-dev-12-4 \
libcusolver-dev-12-4 \
libnvinfer-dev=8.* \
libnvinfer-headers-dev=8.* \
libnvinfer-plugin-dev=8.* \
libnvinfer-headers-plugin-dev=8.* \
libnvparsers-dev=8.* \
libnvonnxparsers-dev=8.* \
&& find . -name 'libcu*.a' -delete \
&& find . -name 'libnv*.a' -delete \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c794dfa

Please sign in to comment.