mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-01-08 05:02:45 +00:00
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"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",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
}
|
|
} |