Skip to content

Commit

Permalink
Add kaggle config to devcontainer for linux bases systems
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored and laurensWe committed May 22, 2024
1 parent 0a2dd55 commit ee3fb14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"POETRY_VIRTUALENVS_CREATE": "false"
},
"remoteUser": "root",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
"mounts": [
"source=${localEnv:HOME}/.kaggle/kaggle.json,target=/root/.kaggle/kaggle.json,type=bind,consistency=cached"
],
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -16,7 +22,9 @@
"streetsidesoftware.code-spell-checker",
"redhat.vscode-yaml",
"charliermarsh.ruff",
"github.vscode-github-actions"
"github.vscode-github-actions",
"mhutchie.git-graph",
"ms-vsliveshare.vsliveshare"
],
"settings": {
"editor.formatOnPaste": false,
Expand Down

0 comments on commit ee3fb14

Please sign in to comment.