Skip to content

Commit 0a0eb9c

Browse files
Resolved comments. Added deprecation warning and notes
1 parent b8de2d2 commit 0a0eb9c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docker_build_dependency_image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# (minutes). However, if you are simply changing local code and not updating dependencies, uploading just takes a few seconds.
2222

2323
# bash docker_build_dependency_image.sh MODE=jax_ai_image BASEIMAGE={{JAX_AI_IMAGE BASEIMAGE FROM ARTIFACT REGISTRY}}
24+
# Note: The mode stable_stack is marked for deprecation, please use MODE=jax_ai_image instead
25+
# bash docker_build_dependency_image.sh MODE=stable_stack BASEIMAGE={{JAX_STABLE_STACK_IMAGE BASEIMAGE FROM ARTIFACT REGISTRY}}
2426
# bash docker_build_dependency_image.sh MODE=nightly
2527
# bash docker_build_dependency_image.sh MODE=stable JAX_VERSION=0.4.13
2628
# bash docker_build_dependency_image.sh MODE=stable

docs/getting_started/run_maxdiffusion_via_xpk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ after which log out and log back in to the machine.
6262
bash docker_build_dependency_image.sh
6363
```
6464

65-
#### New: Build MaxDiffusion Docker Image with JAX AI Images
65+
#### New: Build MaxDiffusion Docker Image with JAX AI Images (Formerly known as JAX Stable Stack)
6666
We're excited to announce that you can build the MaxDiffusion Docker image using the JAX AI base image. This provides a more reliable and consistent build environment.
6767
6868
###### What is JAX AI Images?

0 commit comments

Comments
 (0)