We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61cbb commit 9e4c551Copy full SHA for 9e4c551
yolox_ros_cpp/docker/onnxruntime/dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_TAG=12.1.0-cudnn8-devel-ubuntu22.04
+ARG BASE_TAG=11.7.1-cudnn8-devel-ubuntu22.04
2
FROM nvcr.io/nvidia/cuda:${BASE_TAG}
3
ENV DEBIAN_FRONTEND=noninteractive
4
@@ -22,12 +22,9 @@ RUN git clone --depth 1 --recursive https://github.com/microsoft/onnxruntime -b
22
--use_cuda \
23
--config RelWithDebInfo \
24
--build_shared_lib \
25
- --parallel \
26
- --build_wheel \
27
--skip_tests && \
28
cd build/Linux/RelWithDebInfo && \
29
make install && \
30
- python3 -m pip install dist/*.whl && \
31
rm -r /workdir/onnxruntime
32
33
# Install ROS2
0 commit comments