generated from unai/python_boilerplate
Cleaned devcontainer to avoid ssh agent conflicts
This commit is contained in:
parent
8d2d482c05
commit
ce62dc7005
@ -27,12 +27,6 @@
|
||||
"-v",
|
||||
"/dev:/dev"
|
||||
],
|
||||
"mounts": [
|
||||
"source=${localEnv:XDG_RUNTIME_DIR}/ssh-agent.socket,target=/tmp/ssh-agent.socket,type=bind"
|
||||
],
|
||||
"remoteEnv": {
|
||||
"SSH_AUTH_SOCK": "/tmp/ssh-agent.socket"
|
||||
},
|
||||
"remoteUser": "root",
|
||||
"postCreateCommand": "poetry install"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user