Skip to content

Commit

Permalink
simplify dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Oct 31, 2024
1 parent 25bdebd commit aed2fb8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"name": "R Development Container",
"image": "rocker/rstudio:latest",
"image": "ghcr.io/rocker-org/devcontainer/r-ver:4.3",
"postCreateCommand": "sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable && sudo apt-get update && sudo apt-get install -y libudunits2-dev libgdal-dev libgeos-dev libproj-dev libsqlite0-dev",
"forwardPorts": [8787],
"mounts": [
"source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached"
],
"remoteUser": "rstudio",
"containerEnv": {
"PASSWORD": "rstudio"
}
}

0 comments on commit aed2fb8

Please sign in to comment.