Skip to content

Commit cd4f48a

Browse files
pstjohnjstjohn
andauthored
mount netrc file for wandb inside devcontainer (#381)
Mounts the local netrc file so wandb credentials are available inside the container. Co-authored-by: John St. John <jstjohn@users.noreply.github.com>
1 parent 3c6d960 commit cd4f48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"source=${localEnv:HOME}/.aws,target=/home/bionemo/.aws,type=bind,consistency=cached",
1717
"source=${localEnv:HOME}/.ngc,target=/home/bionemo/.ngc,type=bind,consistency=cached",
1818
"source=${localEnv:HOME}/.cache,target=/home/bionemo/.cache,type=bind,consistency=cached",
19-
"source=${localEnv:HOME}/.ssh,target=/home/bionemo/.ssh,readonly,type=bind,consistency=cached"
19+
"source=${localEnv:HOME}/.ssh,target=/home/bionemo/.ssh,readonly,type=bind,consistency=cached",
20+
"source=${localEnv:HOME}/.netrc,target=/home/bionemo/.netrc,readonly,type=bind,consistency=cached"
2021
],
2122
"containerEnv": {
2223
"TMPDIR": "/tmp",

0 commit comments

Comments
 (0)