-
Notifications
You must be signed in to change notification settings - Fork 16
Labels
ciContinuous IntegrationContinuous Integration
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ciContinuous IntegrationContinuous Integration
Type
Projects
Status
Done