Refactor VIO dev container configuration: update service names, add environment variables, and define volume mounts
This commit is contained in:
@@ -3,15 +3,9 @@
|
||||
"dockerComposeFile": [
|
||||
"vio.yaml"
|
||||
],
|
||||
"service": "vio-dev",
|
||||
"runServices": [
|
||||
"vio-dev"
|
||||
],
|
||||
"service": "vio-dev-pc",
|
||||
"workspaceFolder": "/workspace",
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/workspace,type=bind",
|
||||
"source=/mnt/d/dataset,target=/dataset,type=bind"
|
||||
],
|
||||
|
||||
"shutdownAction": "none",
|
||||
|
||||
"containerEnv": {
|
||||
|
||||
Reference in New Issue
Block a user