File tree Expand file tree Collapse file tree 13 files changed +0
-13
lines changed
resource-usage-tracker/docker Expand file tree Collapse file tree 13 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/agent
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919 command -v python | sed ' s/^/ /'
2020
2121 cd services/api-server
22- pip install uv
2322 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2423 cd -
2524 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919 command -v python | sed ' s/^/ /'
2020
2121 cd services/catalog
22- pip install uv
2322 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2423 cd -
2524 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/clusters-keeper
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/datcore-adapter
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/director-v2
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/dynamic-scheduler
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/efs-guardian
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/invitations
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/payments
27- pip install uv
2827 uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928 cd -
3029 echo " $INFO " " PIP :"
You can’t perform that action at this time.
0 commit comments