EHO
EHO
# Proposal: Run a component governance task in the CI pipeline. ## Summary The release pipeline runs a 'component governance' task to ensure that the signing process involves only approved...
FIX: Issue 1204 - Relax Docker requirements.txt constraints to resolve dependency conflict ## Description Fixes dependency conflict in Docker build that prevented container creation. The issue was caused by overly...
#### Describe the bug Docker container build fails due to conflicting dependencies between `notebook==7.3.2` and `jupyterlab==4.4.8`. The `notebook 7.3.2` package requires `jupyterlab=4.3.4`, but pip attempts to install `jupyterlab==4.4.8`, causing a...