File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
resource-usage-tracker/docker Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/agent
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2020
2121 cd services/api-server
2222 pip install uv
23- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
23+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2424 cd -
2525 echo " $INFO " " PIP :"
2626 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2020
2121 cd services/catalog
2222 pip install uv
23- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
23+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2424 cd -
2525 echo " $INFO " " PIP :"
2626 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/clusters-keeper
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525 python --version | sed ' s/^/ /'
2626 command -v python | sed ' s/^/ /'
2727 cd services/dask-sidecar
28- uv pip install --no-cache-dir -r requirements/dev.txt
28+ uv pip sync --quiet -- no-cache-dir requirements/dev.txt
2929 cd -
3030 print_info " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/datcore-adapter
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/director-v2
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/dynamic-scheduler
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 # NOTE: uv does not like this requirement file...
2727 cd /devel/services/dynamic-sidecar
28- pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 pip list | sed ' s/^/ /'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2525
2626 cd services/efs-guardian
2727 pip install uv
28- uv pip --quiet --no-cache-dir install -r requirements/dev.txt
28+ uv pip --quiet --no-cache-dir sync requirements/dev.txt
2929 cd -
3030 echo " $INFO " " PIP :"
3131 uv pip list | sed ' s/^/ /'
You can’t perform that action at this time.
0 commit comments