Skip to content

Commit a8e5f05

Browse files
author
tylertitsworth
committed
add depends_on step
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 0d5da35 commit a8e5f05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jax/docker-compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ services:
6565
target: jax-base
6666
command: >
6767
bash -c "python -c 'import jax; print(\"Jax Version:\", jax.__version__)'"
68+
depends_on:
69+
- ${PACKAGE_OPTION:-pip}
6870
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-xla-${INTEL_XLA_VERSION:-v0.4.0}-base
6971
pull_policy: always
7072
jupyter:

0 commit comments

Comments
 (0)