-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorRT-OSS build image is over 844GB? #1373
Comments
Hi, I did some more digging and was able to find the cause I believe. The issue is in the following line in the Dockerfile: TensorRT/docker/ubuntu-18.04.Dockerfile Line 27 in c266894
The Adding a
I can submit an MR with a fix if you are interested. Thank you! |
Thanks @mkserge for the tip! We will fix this in the upcoming 8.2 GA release. |
My pleasure! Looking forward to 8.2 :) |
closing, 8.2 GA is release, thanks @mkserge ! |
Description
Hello,
Since NGC does not yet provide TensorRT containers with 8.0.6.X versions, I decided to build one following the instructions on building the TensorRT-OSS build container from the README here.
I end up with 844GB (!) docker image as reported by
docker image ls
command. Is this expected?Thank you.
Environment
TensorRT Version: 8.0.6.1
NVIDIA GPU: N/A
NVIDIA Driver Version: N/A
CUDA Version: N/A
CUDNN Version: N/A
Operating System: MacOS
Python Version (if applicable): N/A
Tensorflow Version (if applicable): N/A
PyTorch Version (if applicable): N/A
Baremetal or Container (if so, version): N/A
Steps To Reproduce
Follow the README.md on MacOS (I did also try on a Linux machine with similar results, although I didn't let the job finish)
git clone -b master https://github.com/nvidia/TensorRT TensorRT cd TensorRT git submodule update --init --recursive ./docker/build.sh --file docker/ubuntu-18.04.Dockerfile --tag tensorrt-ubuntu18.04-cuda11.3 --cuda 11.3.1
The text was updated successfully, but these errors were encountered: