Skip to content

TensorRT 10.13.3 OSS Release (#4570) #224

TensorRT 10.13.3 OSS Release (#4570)

TensorRT 10.13.3 OSS Release (#4570) #224

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-ubuntu2204:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build TensorRT-OSS ubuntu22.04 container
run: docker build . --file docker/ubuntu-22.04.Dockerfile --build-arg uid=1000 --build-arg gid=1000 --tag tensorrt-ubuntu22.04:$(date +%s)