generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevcontainer-feature.json
43 lines (43 loc) · 1.5 KB
/
devcontainer-feature.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "Renku CLI",
"id": "renku",
"version": "1.4.0",
"description": "Provides the Renku CLI and supporting packages.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"2.6.1",
"2.5.0"
],
"default": "latest",
"description": "Select the Renku CLI version"
},
"createUser": {
"type": "boolean",
"default": true,
"description": "Create the chosen user if missing."
},
"installJupyter": {
"type": "boolean",
"default": true,
"description": "Install the Jupyter stack."
}
},
"dependsOn": {
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "build-essential,bzip2,ca-certificates,curl,gpg-agent,gnupg,libglib2.0-0,libsm6,libxext6,libxrender1,rclone,tini,wget,vim,jq"
},
"ghcr.io/devcontainers/features/python:1.3": {
"version": "3.10.15",
"installTools": true,
"toolsToInstall": "pipx"
},
"ghcr.io/rocker-org/devcontainer-features/miniforge:1": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/git-lfs:1": {
"version": "3.3.0"
}
}
}