Skip to content

Commit 79e4d12

Browse files
Copilotmadebygps
andcommitted
Use devcontainer feature for uv instead of pip install
Co-authored-by: madebygps <6733686+madebygps@users.noreply.github.com>
1 parent ae1aa76 commit 79e4d12

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "Soc-Ops Python",
33
"image": "mcr.microsoft.com/devcontainers/python:3.13",
4+
"features": {
5+
"ghcr.io/devcontainer-community/features/uv:1": {}
6+
},
47
"customizations": {
58
"vscode": {
69
"extensions": [
@@ -15,7 +18,7 @@
1518
]
1619
}
1720
},
18-
"postCreateCommand": "pip install uv && uv sync",
21+
"postCreateCommand": "uv sync",
1922
"forwardPorts": [8000],
2023
"portsAttributes": {
2124
"8000": {

0 commit comments

Comments
 (0)