Skip to content

Commit bea2512

Browse files
authored
Install requirements with uv (#269)
1 parent 120467e commit bea2512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/entrypoints/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
echo 'Executing common.sh'
1010

1111
# Reinstall all the dependencies without rebuilding the image
12-
# pip install -r requirements.txt
12+
# uv pip install -r requirements/docker.txt

0 commit comments

Comments
 (0)