Open calderds opened 1 year ago
@calderds - what happens if you build with docker build . instead of using the .devcontainer? Do you still see this error? It may also be worth running a clean build for the devcontainer by avoiding using the build cache - you can comment out the lines in the devcontainer relating using the cached oot version of the docker base image.
Also - what version of Docker, vscode, and the devcontainer extension are you using?
VSCode 1.67.2, Docker 24.0.2 (cb74dfc), Devcontainer extension 0.245.2. Trying the Docker build now, will update on the results.
Yep, docker build . works just fine
Tried commenting out the devcontainer oot line, but didn't fix the issue.
VSCode 1.67.2, Docker 24.0.2 (cb74dfc), Devcontainer extension 0.245.2. Trying the Docker build now, will update on the results.
I'm using VSCode 1.78.2, Devcontainer v0.296.0, but Docker 24.0.2 as well. There have been updates to the vscode devcontainer interface, it may be worth updating there since the docker build itself works
OS: PopOS 22.04, NVIDIA GPU drivers. Cloned repository, reopened in dev container. Container construction failed with below error.