"host/vscode:/vscode.git/clone" did not exist on "a651ea4f7a1404b9563169474ec927d15401f310"
Commit 548d1716 authored by Ville Pietilä's avatar Ville Pietilä
Browse files

Fix location ssh keys for dev container.

parent aaba2033
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
"HIP_VISIBLE_DEVICES": "6,7" "HIP_VISIBLE_DEVICES": "6,7"
}, },
"mounts": [ "mounts": [
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached" "source=${localEnv:HOME}/vpietila/.ssh,target=/root/.ssh,type=bind,consistency=cached"
] ]
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment