Add devcontainer

This commit is contained in:
Rayed Bin Wahed
2024-02-26 20:24:15 +08:00
parent 78ed2e35bc
commit fa7e659eb3
2 changed files with 31 additions and 0 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-python.black-formatter",
"ms-azuretools.vscode-docker",
"ms-toolsai.jupyter",
"esbenp.prettier-vscode"
]
}
}
}