File tree Expand file tree Collapse file tree 19 files changed +53
-34
lines changed
resource-usage-tracker/docker Expand file tree Collapse file tree 19 files changed +53
-34
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,8 @@ endef
357357show-endpoints :
358358 @$(_show_endpoints )
359359
360+ export HOST_UV_CACHE_DIR := $(shell uv cache dir)
361+
360362up-devel : .stack-simcore-development.yml .init-swarm $(CLIENT_WEB_OUTPUT ) # # Deploys local development stack, qx-compile+watch and ops stack (pass 'make ops_disabled=1 up-...' to disable)
361363 # Start compile+watch front-end container [front-end]
362364 @$(MAKE_C ) services/static-webserver/client down compile-dev flags=--watch
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/agent
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 echo " $INFO " " PIP :"
3030 uv pip list
3131fi
3232
3333if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3434 # NOTE: production does NOT pre-installs debugpy
35- uv pip install --no-cache-dir debugpy
35+ uv pip install debugpy
3636fi
3737
3838#
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919 command -v python | sed ' s/^/ /'
2020
2121 cd services/api-server
22- uv pip --quiet --no-cache-dir sync requirements/dev.txt
22+ uv pip --quiet sync requirements/dev.txt
2323 cd -
2424 echo " $INFO " " PIP :"
2525 uv pip list
2626fi
2727
2828if [ " ${SC_BOOT_MODE} " = " debug" ]; then
2929 # NOTE: production does NOT pre-installs debugpy
30- uv pip install --no-cache-dir debugpy
30+ uv pip install debugpy
3131fi
3232
3333# RUNNING application ----------------------------------------
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/autoscaling
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 uv pip list
3030fi
3131
3232if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3333 # NOTE: production does NOT pre-installs debugpy
34- uv pip install --no-cache-dir debugpy
34+ uv pip install debugpy
3535fi
3636
3737#
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919 command -v python | sed ' s/^/ /'
2020
2121 cd services/catalog
22- uv pip --quiet --no-cache-dir sync requirements/dev.txt
22+ uv pip --quiet sync requirements/dev.txt
2323 cd -
2424 echo " $INFO " " PIP :"
2525 uv pip list
2626fi
2727
2828if [ " ${SC_BOOT_MODE} " = " debug" ]; then
2929 # NOTE: production does NOT pre-installs debugpy
30- uv pip install --no-cache-dir debugpy
30+ uv pip install debugpy
3131fi
3232
3333# RUNNING application ----------------------------------------
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/clusters-keeper
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 echo " $INFO " " PIP :"
3030 uv pip list
3131fi
3232
3333if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3434 # NOTE: production does NOT pre-installs debugpy
35- uv pip install --no-cache-dir debugpy
35+ uv pip install debugpy
3636fi
3737
3838#
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ 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 sync --quiet --no-cache-dir requirements/dev.txt
28+ uv pip --quiet sync requirements/dev.txt
2929 cd -
3030 print_info " PIP :"
3131 uv pip list
3232fi
3333
3434if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3535 # NOTE: production does NOT pre-installs debugpy
36- uv pip install --no-cache-dir debugpy
36+ uv pip install debugpy
3737fi
3838
3939# RUNNING application ----------------------------------------
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/datcore-adapter
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 echo " $INFO " " PIP :"
3030 uv pip list
3131fi
3232
3333if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3434 # NOTE: production does NOT pre-installs debugpy
35- uv pip install --no-cache-dir debugpy
35+ uv pip install debugpy
3636fi
3737
3838# RUNNING application ----------------------------------------
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/director-v2
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 echo " $INFO " " PIP :"
3030 uv pip list
3131fi
3232
3333if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3434 # NOTE: production does NOT pre-installs debugpy
35- uv pip install --no-cache-dir debugpy
35+ uv pip install debugpy
3636fi
3737
3838#
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424 command -v python | sed ' s/^/ /'
2525
2626 cd services/director
27- uv pip --quiet --no-cache-dir sync requirements/dev.txt
27+ uv pip --quiet sync requirements/dev.txt
2828 cd -
2929 uv pip list
3030fi
3131
3232if [ " ${SC_BOOT_MODE} " = " debug" ]; then
3333 # NOTE: production does NOT pre-installs debugpy
34- uv pip install --no-cache-dir debugpy
34+ uv pip install debugpy
3535fi
3636
3737#
You can’t perform that action at this time.
0 commit comments