File size: 1,009 Bytes
0460cdb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "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",
            ]
        }
    }
}