Skip to content

Commit 82d99be

Browse files
authored
Fix: install uv in devcontainer (#74)
1 parent 75d8921 commit 82d99be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#! /usr/bin/env bash
22

3+
# Install uv
4+
curl -LsSf https://astral.sh/uv/install.sh | sh
5+
36
# Install Dependencies
47
uv sync
58

0 commit comments

Comments
 (0)