Skip to content

Commit

Permalink
Merge pull request #125 from pipeless-ai/fix_tensorrt_image
Browse files Browse the repository at this point in the history
fix(container): Use base image with CUDA 11.7 for TensorRT
  • Loading branch information
miguelaeh committed Jan 21, 2024
2 parents ab1a25a + daa8ce6 commit 8b7c799
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 8b7c799

Please sign in to comment.