JuliaLang / JuliaLang/devcontainer-features

Error during creation

Open
#17 14 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
18
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I get the following error during creation of a fresh dev container:

```
Running the postCreateCommand from Feature 'ghcr.io/julialang/devcontainer-features/julia:1'...

[11384 ms] Start: Run in container: /bin/sh -c /usr/local/julia-devcontainer-features/postcreate.jl
[20730 ms] postCreateCommand failed with exit code 1. Skipping any further user-provided commands.
```

I'm not able to see anything else.

My `devcontainer.json` file is just this:

```
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/julialang/devcontainer-features/julia:1": {},
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.