Skip to content
Snippets Groups Projects
Commit 1cbfe529 authored by Soeren Peters's avatar Soeren Peters
Browse files

remove mount from devcontainer again

parent ec61431e
No related branches found
No related tags found
1 merge request!140update dockerfile to 1.4: cmake 3.24 and clangd.
......@@ -12,10 +12,6 @@
],
"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.4",
"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.4"
}
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