Skip to content

Commit

Permalink
adapted devcontainer to use base image
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed Jun 11, 2024
1 parent 55b3e51 commit 533c638
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Simple Codespace for the SBI Toolkit.",
"build": {
"dockerfile": "Dockerfile"
},

"image": "ghcr.io/sbi-dev/sbi/base-image-codespaces:latest",

"customizations": {
"vscode": {
"terminal": {
Expand All @@ -16,5 +16,8 @@
"streetsidesoftware.code-spell-checker"
]
}
}
},

// open the default port for jupyter notebook
"forwardPorts": [8888]
}

0 comments on commit 533c638

Please sign in to comment.