20 lines
433 B
JSON
Raw Normal View History

2024-02-26 20:24:15 +08:00
{
"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",
2024-05-15 05:26:57 +00:00
"tomoki1207.pdf",
"mechatroner.rainbow-csv"
2024-02-26 20:24:15 +08:00
]
}
}
2024-02-29 08:22:53 -06:00
}