nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

[BUG]: DevContainer build is broken after RAPIDS 24.02 and CUDA 12.1 upgrade #1624

Closed mdemoret-nv closed 4 months ago

mdemoret-nv commented 4 months ago

Version

24.03

Which installation method(s) does this occur on?

Docker

Describe the bug.

If you try to rebuild the devcontainer in VSCode, you will get an error that the following container does not exist: rapidsai/devcontainers:23.12-cpp-cuda12.1-mambaforge-ubuntu22.04. It looks like a find/replace updated the base container without checking if that container exists.

Minimum reproducible example

Open VSCode and select "Devcontainers: Rebuild and Reopen in Container"

Relevant log output

No response

Full env printout

No response

Other/Misc.

No response

Code of Conduct