Skip to content

Commit 9e4c551

Browse files
committed
fix onnxruntime/dockerfile
1 parent dd61cbb commit 9e4c551

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

yolox_ros_cpp/docker/onnxruntime/dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_TAG=12.1.0-cudnn8-devel-ubuntu22.04
1+
ARG BASE_TAG=11.7.1-cudnn8-devel-ubuntu22.04
22
FROM nvcr.io/nvidia/cuda:${BASE_TAG}
33
ENV DEBIAN_FRONTEND=noninteractive
44

@@ -22,12 +22,9 @@ RUN git clone --depth 1 --recursive https://github.com/microsoft/onnxruntime -b
2222
--use_cuda \
2323
--config RelWithDebInfo \
2424
--build_shared_lib \
25-
--parallel \
26-
--build_wheel \
2725
--skip_tests && \
2826
cd build/Linux/RelWithDebInfo && \
2927
make install && \
30-
python3 -m pip install dist/*.whl && \
3128
rm -r /workdir/onnxruntime
3229

3330
# Install ROS2

0 commit comments

Comments
 (0)