Skip to content

Commit 5624cdf

Browse files
author
Tyler Titsworth
authored
Merge branch 'main' into tylertitsworth/tgi-gaudi
2 parents 81b6b7c + 5bd1d21 commit 5624cdf

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)