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