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 45c10f4 commit b0fe518Copy full SHA for b0fe518
.github/container/Dockerfile.axlearn
@@ -29,7 +29,7 @@ RUN <<EOF bash -ex
29
git config --global user.email "${GIT_USER_EMAIL}"
30
git config --global user.name "${GIT_USER_NAME}"
31
# Apply the patch
32
- ${DEST_MANIFEST_DIR}/create_distribution.sh \
+ ${DEST_MANIFEST_DIR}/create-distribution.sh \
33
--manifest ${DEST_MANIFEST_DIR}/manifest.yaml \
34
--package axlearn \
35
--override_dir ${SRC_PATH_AXLEARN}
0 commit comments