Spaces:
Running
Running
| { | |
| "name": "Leaderboard", | |
| "updateRemoteUserUID": false, | |
| "image": "espnet:dev-lboard", | |
| "initializeCommand": ".devcontainer/build_image.sh", | |
| "features": {}, | |
| "customizations": { | |
| "vscode": { | |
| "settings": { | |
| "terminal.integrated.defaultProfile.linux": "bash" | |
| }, | |
| "extensions" :[ | |
| "ms-python.python", | |
| "ms-python.vscode-pylance", | |
| "donjayamanne.python-extension-pack" | |
| ] | |
| } | |
| }, | |
| "postCreateCommand": "pip install -r req.txt --extra-index-url https://download.pytorch.org/whl/cpu", | |
| "runArgs": [ | |
| "--rm", | |
| "--name", | |
| "espnet-leaderboard", | |
| "--hostname", | |
| "espnet" | |
| ] | |
| // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | |
| // "remoteUser": "root" | |
| } | |