Skip to content
Snippets Groups Projects
Commit 86d0e3af authored by webmanue's avatar webmanue
Browse files

Merge branch '110-simplify-working-with-containers' into 'master'

Resolve "Simplify working with containers"

Closes #110

See merge request mechanics-and-materials/ae108!99
parents ee5f91f9 aaa1d3b5
No related branches found
No related tags found
No related merge requests found
Pipeline #137324 passed
...@@ -13,5 +13,10 @@ ...@@ -13,5 +13,10 @@
], ],
"dockerComposeFile": "../docker-compose.yml", "dockerComposeFile": "../docker-compose.yml",
"service": "dev-real", "service": "dev-real",
"workspaceFolder": "/mnt/io" "workspaceFolder": "/mnt/io",
} "remoteEnv": {
"OMPI_ALLOW_RUN_AS_ROOT": "1",
"OMPI_ALLOW_RUN_AS_ROOT_CONFIRM": "1",
"OMPI_MCA_btl_vader_single_copy_mechanism": "none"
}
}
\ No newline at end of file
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