We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912bd3 commit 60fce16Copy full SHA for 60fce16
python/docker-compose.yaml
@@ -27,7 +27,7 @@ services:
27
command: >
28
bash -c "conda env list && python -c 'import mkl'"
29
extends: pip
30
- 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
31
pip:
32
build:
33
args:
0 commit comments