Skip to content

Commit

Permalink
Merge branch 'main' into tylertitsworth/optimize-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Titsworth authored Sep 26, 2024
2 parents 8a4c610 + 5bd1d21 commit 598b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
command: >
bash -c "conda env list && python -c 'import mkl'"
extends: pip
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION}-py${PYTHON_VERSION:-3.10}-base
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-py${PYTHON_VERSION:-3.10}-base
pip:
build:
args:
Expand Down

0 comments on commit 598b37a

Please sign in to comment.