mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
41224983f7
Former-commit-id: 8b5fb45bb5b3f2d77677867f78d4048475c9c60f [formerly b6a07ef688a7ae36b4326b52e0c511da1d85ff95] Former-commit-id: add01c666a028922479909e31572097b5dbbee30
25 lines
525 B
JSON
25 lines
525 B
JSON
{
|
|
"name": "sphereDetect-dev",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "dev",
|
|
"remoteUser": "vscode",
|
|
"workspaceFolder": "/workspace",
|
|
"postAttachCommand": "poetry install --with all",
|
|
"extensions": [
|
|
"ms-vscode-remote.remote-containers",
|
|
"ms-azuretools.vscode-docker",
|
|
"editorconfig.editorconfig",
|
|
"njpwerner.autodocstring",
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"eamodio.gitlens"
|
|
],
|
|
"runArgs": [
|
|
"--gpus",
|
|
"all"
|
|
],
|
|
"forwardPorts": [
|
|
8080
|
|
]
|
|
}
|