Skip to content

miniconda image does not install from environment.yml #971

Open
@tvoipio

Description

@tvoipio

### [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:

{
	"name": "Python 3",
	"image": "mcr.microsoft.com/devcontainers/miniconda:0.203-3"
}

This seems logical in retrospect, as the local environment.yml has not been present when the image is built.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions