File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+ // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
3+ {
4+ "name" : " Tercen Operator Runtime" ,
5+ "image" : " tercen/runtime-r44:4.4.3-7" ,
6+
7+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
8+ // "forwardPorts": [],
9+
10+ // Configure tool-specific properties.
11+ "customizations" : {
12+ "vscode" : {
13+ "extensions" : [
14+ " reditorsupport.r-syntax" ,
15+ " reditorsupport.r" ,
16+ " ms-toolsai.jupyter" ,
17+ " ms-toolsai.jupyter-keymap"
18+ ]
19+ }
20+ },
21+
22+ // Set the default shell
23+ "postCreateCommand" : " R -e 'renv::consent(provided = TRUE); renv::restore(confirm = FALSE)'"
24+
25+ // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
26+ // "remoteUser": "devcontainer"
27+ }
You can’t perform that action at this time.
0 commit comments