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

Update to new image version 1.4

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