Skip to content

Issues with .devcontainer/* #559

@dmitriyrepin

Description

@dmitriyrepin

ISSUES:
.devcontainer/Dockerfile:21
"uv tool install msgpack ipykernel" - command fails: 'uv tool install' expects a single package as an argument

.devcontainer/post-install.sh:13
"poetry config virtualenvs.create false" - fails. poetry is not installed in a container created from the .devcontainer/Dockerfile

.devcontainer/devcontainer.json:41
Expects the environment variable $SCRATCH_DIR to be defined locally. This might not be the case for every user.
Should this requirement be described in the docs?

SUGGESTION:
.devcontainer/post-install.sh:1-7
.devcontainer/devcontainer.json:39-40
Those might unnecessary, if git credential helper is used.

Metadata

Metadata

Assignees

Labels

ciContinuous Integration

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions