Skip to content
Snippets Groups Projects
Commit 085ade3c authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove mounts from devcontainer

parent 38c2c17c
No related merge requests found
......@@ -12,10 +12,5 @@
],
"runArgs": ["--gpus","all", // remove this line in case you have no gpus available
"--hostname=${localEnv:HOSTNAME}"], // HOSTNAME needs to be known by the vscode environment. It is probably necessary to add "export HOSTNAME=<hostname>" to the config file of your host machine's bash.
"image": "git.rz.tu-bs.de:4567/irmb/virtualfluids/ubuntu20_04:1.3",
"containerEnv": {"HOME": "/workspaces/"},
"mounts": [
"source=/mnt/d/output,target=/${containerWorkspaceFolder}/output,type=bind",
"source=${localEnv:HOME}/STLs,target=${containerWorkspaceFolder}/stl,type=bind"
]
"image": "git.rz.tu-bs.de:4567/irmb/virtualfluids/ubuntu20_04:1.3"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment