mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
move devcontainer (#113)
This commit is contained in:
committed by
GitHub
parent
b01204ca3a
commit
94f6582cff
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user