We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5da35 commit a8e5f05Copy full SHA for a8e5f05
jax/docker-compose.yaml
@@ -65,6 +65,8 @@ services:
65
target: jax-base
66
command: >
67
bash -c "python -c 'import jax; print(\"Jax Version:\", jax.__version__)'"
68
+ depends_on:
69
+ - ${PACKAGE_OPTION:-pip}
70
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
71
pull_policy: always
72
jupyter:
0 commit comments