Skip to content

Commit

Permalink
update dev container to allow local uv usage
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Apr 21, 2024
1 parent e503b5c commit 23ce279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Expand Up @@ -48,10 +48,10 @@
// "forwardPorts": [],

// Uncomment the next line to run commands after the container is created - for example installing curl.
"postCreateCommand": "make build"
"postCreateCommand": "chmod 777 /tmp && make build",

// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],

// "remoteUser": "root"
"remoteUser": "root"
}

0 comments on commit 23ce279

Please sign in to comment.