You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### [Optional] Adding the contents of environment.yml to the image
Running VS Code 1.86.0 with Dev Containers v0.338.1.
Including an environment.yml does not actually update the base environment when the dev container is rebuilt, when .devcontainer/devcontainer.json is the following:
If you want to update the base environment when the dev container is rebuilt, you need to specify the postCreateCommand in the devcontainer.json file to update the environment using the environment.yml file.
images/src/miniconda/README.md
Line 106 in 9bb5c4f
Running VS Code 1.86.0 with Dev Containers v0.338.1.
Including an
environment.yml
does not actually update the base environment when the dev container is rebuilt, when.devcontainer/devcontainer.json
is the following:This seems logical in retrospect, as the local
environment.yml
has not been present when the image is built.The text was updated successfully, but these errors were encountered: