Skip to content

Commit

Permalink
Improve devcontainer setup
Browse files Browse the repository at this point in the history
automatically:
- install package
- add port
  • Loading branch information
ykerus committed Sep 26, 2023
1 parent c891df0 commit 9c3e754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"ms-toolsai.jupyter"
]
}
}
},
"forwardPorts": [
8080
]
}
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ curl -fsSL https://get.docker.com -o get-docker.sh \

groupadd docker \
&& usermod -aG docker vscode

pip install -e ".[notebook]"

0 comments on commit 9c3e754

Please sign in to comment.