Skip to content

Commit dd61cbb

Browse files
committed
update docker-compose
1 parent 4ecff21 commit dd61cbb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

yolox_ros_cpp/docker/onnxruntime/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: '3.4'
22
services:
3-
yolox_ros:
3+
yolox_ros_onnxruntime:
44
container_name: yolox_onnxruntime
5-
# build:
6-
# context: .
7-
# args:
8-
# - BASE_TAB=11.4.2-cudnn8-devel-ubuntu20.04
5+
build:
6+
context: .
7+
args:
8+
- BASE_TAB=12.1.0-cudnn8-devel-ubuntu22.04
99
image: fateshelled/onnxruntime_yolox_ros:latest
1010
network_mode: host
1111
runtime: nvidia

yolox_ros_cpp/docker/onnxruntime/dockerfile

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

0 commit comments

Comments
 (0)