linkedin-learning / .devcontainer /devcontainer.json
HanLee's picture
feat: update to streamlit, lcel, and deployable to huggingface
53edd39
raw
history blame contribute delete
314 Bytes
{
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"extensions": [
"GitHub.github-vscode-theme",
"ms-toolsai.jupyter",
"ms-python.python"
],
"onCreateCommand": "bash .devcontainer/setup.sh"
}
// DevContainer Reference: https://code.visualstudio.com/docs/remote/devcontainerjson-reference