move devcontainer (#113)

This commit is contained in:
Sebastian Raschka
2024-04-08 20:49:37 -04:00
committed by GitHub
parent b01204ca3a
commit 94f6582cff
6 changed files with 26 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "LLMs From Scratch",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"runArgs": ["--runtime=nvidia", "--gpus=all"],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-azuretools.vscode-docker",
"ms-toolsai.jupyter",
"yahyabatulu.vscode-markdown-alert",
"tomoki1207.pdf"
]
}
}
}