-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Terry Kong <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# syntax=docker/dockerfile:1-labs | ||
ARG BASE_IMAGE=ghcr.io/nvidia/jax-mealkit:upstream-pax | ||
ARG BASE_IMAGE=ghcr.io/nvidia/jax-mealkit:upstream-maxtext | ||
ARG [email protected] | ||
ARG GIT_USER_NAME=NVIDIA | ||
# If set to "true", then will pull new local patches, the manifest.yaml and create-distribution.sh (in case it was updated). | ||
|
@@ -35,8 +35,6 @@ if [[ "${UPDATE_PATCHES}" == "true" ]]; then | |
cp -r /mnt/jax-toolbox/.github/container/patches ${MANIFEST_DIR}/ | ||
cp /mnt/jax-toolbox/.github/container/manifest.yaml ${MANIFEST_DIR}/manifest.yaml | ||
cp /mnt/jax-toolbox/.github/container/create-distribution.sh ${MANIFEST_DIR}/create-distribution.sh | ||
# TODO: remove | ||
cp /mnt/jax-toolbox/.github/container/pip-finalize.sh /usr/local/bin/ | ||
fi | ||
cp -r /mnt/jax-toolbox/rosetta /opt/rosetta | ||
|
||
|