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 4ecff21 commit dd61cbbCopy full SHA for dd61cbb
2 files changed
yolox_ros_cpp/docker/onnxruntime/docker-compose.yaml
@@ -1,11 +1,11 @@
1
version: '3.4'
2
services:
3
- yolox_ros:
+ yolox_ros_onnxruntime:
4
container_name: yolox_onnxruntime
5
- # build:
6
- # context: .
7
- # args:
8
- # - BASE_TAB=11.4.2-cudnn8-devel-ubuntu20.04
+ build:
+ context: .
+ args:
+ - BASE_TAB=12.1.0-cudnn8-devel-ubuntu22.04
9
image: fateshelled/onnxruntime_yolox_ros:latest
10
network_mode: host
11
runtime: nvidia
yolox_ros_cpp/docker/onnxruntime/dockerfile
@@ -1,4 +1,4 @@
-ARG BASE_TAG=12.2.0-devel-ubuntu22.04
+ARG BASE_TAG=12.1.0-cudnn8-devel-ubuntu22.04
FROM nvcr.io/nvidia/cuda:${BASE_TAG}
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments