FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
kernel-python-sdk/.devcontainer/Dockerfile at main · kernel/kernel-python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
kernel
/
kernel-python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
kernel-python-sdk
/
.devcontainer
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (6 loc) · 332 Bytes
Breadcrumbs
kernel-python-sdk
/
.devcontainer
/
Dockerfile
Copy path
File metadata and controls
9 lines (6 loc) · 332 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
ARG
VARIANT=
"3.9"
FROM
mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
USER
vscode
RUN
curl -sSf https://rye.astral.sh/get | RYE_VERSION=
"0.44.0"
RYE_INSTALL_OPTION=
"--yes"
bash
ENV
PATH=/home/vscode/.rye/shims:$PATH
RUN
echo
"[[ -d .venv ]] && source .venv/bin/activate || export PATH=
\$
PATH"
>> /home/vscode/.bashrc
Back
|
FazBrowse Home
|
New Git URL