We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180355d commit b4262eeCopy full SHA for b4262ee
services/web/server/docker/boot.sh
@@ -19,7 +19,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
19
command -v python | sed 's/^/ /'
20
21
cd services/web/server
22
- uv pip --quiet --no-cache-dir sync requirements/dev.txt
+ uv pip --quiet sync requirements/dev.txt
23
cd -
24
echo "$INFO" "PIP :"
25
uv pip list
0 commit comments