Spaces:
Runtime error
Runtime error
Invalid JSON:Unexpected token '/', ...",
// "source"... is not valid JSON
| { | |
| "build": { | |
| "dockerfile": "Dockerfile" | |
| }, | |
| "runArgs": [ | |
| "--gpus", | |
| "all", | |
| "--shm-size", | |
| "8gb" | |
| ], | |
| "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached", | |
| "workspaceFolder": "/workspace", | |
| "remoteUser": "vscode", | |
| "mounts": [ | |
| "source=/mnt/bazaar/Project-Ukraine/,target=/opt/backups,type=bind,consistency=cached", | |
| "source=/mnt/bazaar/word embeddings/,target=/opt/embs,type=bind,consistency=cached", | |
| "source=/mnt/bazaar/Corpora/,target=/opt/corpora,type=bind,consistency=cached", | |
| // "source=/mnt/c/Users/twotr/OneDrive/Academic/2023Summer/森ゼミ_ウクライナ・プãƒã‚¸ã‚§ã‚¯ãƒˆ/Share,target=/opt/share,type=bind,consistency=cached" | |
| ], | |
| "customizations": { | |
| "vscode": { | |
| "extensions": [ | |
| "ms-python.python", | |
| "ms-python.vscode-pylance", | |
| "ms-toolsai.jupyter", | |
| ] | |
| } | |
| } | |
| } |