RHEL-UBI for devcontainer (vscode)

Posted on

When it comes to developing of AI-Code it seems to me, that the golden standard is ubuntu/debian. Because it is really confortable to use a tool in combinataion with devcontainer (visual studio code) or github codespaces (microsoft).

While specifying a dockerfile you can develope your code within the container. I've tried to use rhel-ubi-9 for this purpose, unfortunately plugins such as Nvidia-Cuda or minikube didn't work out. This is because the code for features is very debian specific.

Is there a code-repository for rhel to develope devcontainer which could be used instead? Is there a similar approach for redhat-enterprise linux to develop inside a container such as devcontainer?

Thanks!

Responses