Skip to content

Commit

Permalink
fix(container): Use base image with CUDA 11.7 for TensorRT
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
  • Loading branch information
miguelaeh committed Jan 21, 2024
1 parent ab1a25a commit daa8ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile-tensorrt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/tensorrt:23.08-py3
FROM nvcr.io/nvidia/tensorrt:22.12-py3

COPY scripts/install_packages /usr/bin/install_packages

Expand Down

0 comments on commit daa8ce6

Please sign in to comment.