Skip to content

Commit 78b565d

Browse files
committed
Add postCreateCommand uv sync
1 parent 12e14be commit 78b565d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
"ms-toolsai.jupyter"
1414
]
1515
}
16-
}
16+
},
17+
18+
"postCreateCommand": "uv sync"
1719
}

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Python project setup using a [Devcontainer](https://containers.dev) and [uv](https://github.com/astral-sh/uv).
44

5-
Features:
5+
## Features
66

77
- [x] [Devcontainer](https://github.com/devcontainers/images/tree/main/src/python) running Python 3.13
88
- [x] [uv](https://github.com/astral-sh/uv) for dependency management and virtual environment management
@@ -25,9 +25,11 @@ Features:
2525

2626
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
2727

28+
Upon opening the container dependencies will installed. Wait a bit for all dependencies to install.
29+
2830
3. **Enjoy 🫶**
2931

30-
Enjoy a fully configured Python development environment with uv!
32+
You now have a fully configured Python development environment with uv!
3133

3234
![alt text](<docs/Screenshot 2025-04-23 at 17.29.45.png>)
3335

0 commit comments

Comments
 (0)