We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdee59 commit af7378dCopy full SHA for af7378d
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "R-Dev-Env",
3
- "image": "ghcr.io/startrooper08/r-dev-env:devel",
+ "image": "ghcr.io/r-devel/r-dev-env:devel",
4
"hostRequirements": {
5
"cpus": 4
6
},
.gitpod.yml
@@ -1,6 +1,4 @@
-image:
- file: .gitpod.Dockerfile
- #after first build of gitpod docker image change file to image with the tag.
+image: ghcr.io/r-devel/r-dev-env:gitpod.devel
tasks:
- name: Initial Setup for R-dev-env Gitpod Workspace
0 commit comments