limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement
BSD 3-Clause "New" or "Revised" License
709 stars 204 forks source link

Rotates the NVIDIA keys that cause failure when running apt-get update. #98

Closed tfboyd closed 1 year ago

tfboyd commented 2 years ago

NVIDIA rotates their keys every so often. It looks like they rotated them in April-2022 which was after the PyTorch 1.7.x Docker image was created. Using a PyTorch docker image from March or later in 2022 would likely also fix this. But I thought it was best to start with fixing the "as-is" docker; rather than seeing how fresh of a PyTorch version will work.

Here is the info from NVIDIA

Thank you for a great piece of software. :-)

limbo018 commented 2 years ago

Thank you for the pull request. I have merged it into develop branch and will merge into master branch later once tested.

tfboyd commented 2 years ago

No problem.