diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index f97b92ba..0b48be98 100644 --- a/.github/workflows/container-ci.yaml +++ b/.github/workflows/container-ci.yaml @@ -140,6 +140,7 @@ jobs: container: ${{ fromJSON(needs.setup-scan.outputs.matrix) }} fail-fast: false steps: + - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 - name: Harden Runner uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: diff --git a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt index 0a7a20a4..6377bf0d 100644 --- a/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt +++ b/enterprise/redhat/openshift-ai/gaudi/docker/requirements.txt @@ -3,41 +3,42 @@ deepspeed @ git+https://github.com/HabanaAI/DeepSpeed.git@1.17.1 # Datascience and useful extensions kafka-python~=2.0.2 -matplotlib~=3.8.3 -pandas~=2.2.0 -plotly~=5.20.0 +matplotlib~=3.9.2 +pandas~=2.2.3 +plotly~=5.24.1 scikit-learn -scipy~=1.12.0 -skl2onnx~=1.16.0 -codeflare-sdk~=0.18.0 +scipy~=1.14.1 +skl2onnx~=1.17.0 +codeflare-sdk~=0.21.1 # DB connectors -pymongo~=4.6.2 -psycopg~=3.1.18 +pymongo~=4.10.1 +psycopg~=3.2.3 pyodbc~=5.1.0 -mysql-connector-python~=8.3.0 +mysql-connector-python~=9.0.0 # JupyterLab packages -odh-elyra~=3.16.7 -jupyterlab~=3.6.7 # Wait on upgrade till plugins are ready -jupyter-bokeh~=3.0.7 # Upgrade would bring in jupyterlab 4 -jupyter-server~=2.14.1 -jupyter-server-proxy~=4.2.0 # Upgrade would bring in jupyterlab 4 +odh-elyra~=4.0.3 +jupyterlab~=4.2.5 # Wait on upgrade till plugins are ready +jupyter-bokeh~=4.0.5 # Upgrade would bring in jupyterlab 4 +jupyter-server~=2.14.2 +jupyter-server-proxy~=4.4.0 # Upgrade would bring in jupyterlab 4 jupyter-server-terminals~=0.5.3 -jupyterlab-git~=0.44.0 -jupyterlab-lsp~=4.2.0 -jupyterlab-widgets~=3.0.10 -jupyter-resource-usage~=0.7.2 -nbdime~=3.2.1 -nbgitpuller~=1.2.0 +jupyterlab-git~=0.50.1 +jupyterlab-lsp~=5.1.0 +jupyterlab-widgets~=3.0.13 +jupyter-resource-usage~=1.1.0 +nbdime~=4.0.2 +nbgitpuller~=1.2.1 +notebook~=7.2.2 # pycodestyle is dependency of below packages # and to achieve compatible of pycodestyle with python-lsp-server[all] # pinned the below packages -autopep8~=2.0.4 -flake8~=7.0.0 +autopep8>=1.5.0 +flake8~=7.1.1 # Base packages -wheel~=0.43.0 +wheel~=0.44.0 setuptools>=70.0.0 pip>=23.3 -aiohttp==3.10.2 +aiohttp==3.10.9