Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Nov 20, 2023
1 parent 2977214 commit ab7306c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ RUN apt-get install -y --no-install-recommends \
RUN pip install --upgrade pip
RUN pip install setuptools>=68.2.2

# Install the ONNX Runtime build dependencies on the Jetpack 5.1.2 host
RUN apt install -y --no-install-recommends \
build-essential software-properties-common libopenblas-dev \
libpython3.8-dev python3-setuptools

# Install latest cmake
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null \
&& echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null \
Expand Down

0 comments on commit ab7306c

Please sign in to comment.