Open labenz opened 2 years ago
Hello! You're using this exact file for your .devcontainer/devcontainer.json in codespaces?
It looks like you may have something in the feature
of your devcontainer that you may not even need. If you're able to share an example repo where this can reproduce, that would be very helpful to understand what you're experiencing.
I'm relatively new to vscode-dev-containers, so apologies if this is a rookie mistake on my part, but... I've been using the python-3-anaconda container in a codespace since May 20, and suddenly this week, the container will not rebuild for me.
I've rebuilt numerous times, and I have a built version from a few weeks ago that still works normally, but trying to build a new container at this point fails.
The creation-log is showing the following error content before failing and failing over to recovery mode.
I've tried using an older semantic version (FROM mcr.microsoft.com/vscode/devcontainers/anaconda:0.202.6-3), which seems to have been the latest version when I started using this, but... no luck there either
Any pointers would be appreciated!