Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nightly as default version in "ci/build_maven_with_docker.sh". #335

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use nightly as default version in "ci/build_maven_with_docker.sh".
LITERT_OSS_REV_ID: 707988151
  • Loading branch information
junjiang-lab authored and copybara-github committed Dec 19, 2024
commit fd9e8f4b23f0855e55e2258ed9b19a2d9a0d2b94
2 changes: 1 addition & 1 deletion ci/build_maven_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -d /root_dir ]; then
docker run -v ${SCRIPT_DIR}/../third_party/tensorflow:/third_party_tensorflow \
-v ${ROOT_DIR}:/root_dir \
-v ${SCRIPT_DIR}:/script_dir \
-e RELEASE_VERSION=1.0.1 \
-e RELEASE_VERSION="${RELEASE_VERSION:-0.0.0-nightly-SNAPSHOT}" \
--entrypoint /script_dir/build_maven_with_docker.sh tflite-builder

echo "Output can be found here:"
Expand Down