We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d021b35 commit 49b6ae9Copy full SHA for 49b6ae9
maxtext_jax_ai_image.Dockerfile
@@ -73,7 +73,6 @@ RUN if [ -d "/jax-ai-image" ]; then \
73
bash /jax-ai-image/generate_manifest.sh PREFIX=maxtext COMMIT_HASH=$COMMIT_HASH; \
74
else \
75
echo "/jax-ai-image not found. Running with 'jax-stable-stack' path."; \
76
- # IMPORTANT: Ensure the script path below is correct for the 'else' case.
77
bash /jax-stable-stack/generate_manifest.sh PREFIX=maxtext COMMIT_HASH=$COMMIT_HASH; \
78
fi
79
0 commit comments