-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev Container Build Failure #10
Comments
@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. |
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.
The text was updated successfully, but these errors were encountered: