Skip to content

Commit eb39dd0

Browse files
author
Tyler Titsworth
authored
Revert python update (#420)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent d9a6ba9 commit eb39dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
command: >
2828
bash -c "conda env list && python -c 'import mkl'"
2929
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
30+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-py${PYTHON_VERSION:-3.10}-base
3131
pip:
3232
build:
3333
args:

0 commit comments

Comments
 (0)