|
{ |
|
"name": "Dockerfile", |
|
"context": "..", |
|
"dockerFile": "./Dockerfile", |
|
"postCreateCommand": "chmod +x ./.devcontainer/setup.sh && sh ./.devcontainer/setup.sh", |
|
"runArgs": [ |
|
|
|
"--gpus=all", |
|
|
|
"--ipc=host" |
|
], |
|
"mounts": [ |
|
|
|
|
|
|
|
|
|
|
|
"source=${env:HOME}${env:USERPROFILE}/.cache/huggingface,target=/home/kitt/.cache/huggingface,type=bind", |
|
"source=${env:HOME}${env:USERPROFILE}/.local/share/tts,target=/home/kitt/.local/share/tts,type=bind" |
|
], |
|
|
|
"customizations": { |
|
"vscode": { |
|
"extensions": [ |
|
|
|
"ms-azuretools.vscode-docker", |
|
|
|
"github.copilot", |
|
|
|
"eamodio.gitlens", |
|
|
|
"ms-python.python", |
|
"ms-python.vscode-pylance", |
|
|
|
"ms-python.isort", |
|
|
|
"ms-toolsai.jupyter", |
|
"ms-toolsai.vscode-jupyter-cell-tags", |
|
"ms-toolsai.jupyter-renderers", |
|
"ms-toolsai.vscode-jupyter-slideshow", |
|
|
|
"christian-kohler.path-intellisense", |
|
|
|
"mutantdino.resourcemonitor", |
|
|
|
"redhat.vscode-yaml" |
|
|
|
] |
|
} |
|
} |
|
} |