Update ziren to v1.2.1 (#196)

This commit is contained in:
Han
2025-11-01 12:55:55 +08:00
committed by GitHub
parent 0b6a839f7a
commit 65167d0753
5 changed files with 103 additions and 277 deletions

View File

@@ -14,7 +14,7 @@ RUN rustup default nightly
COPY --chmod=755 scripts/sdk_installers/install_ziren_sdk.sh /tmp/install_ziren_sdk.sh
# The install_ziren_sdk.sh script will respect these ENV variables.
ENV ZIREM_VERSION="1.1.4"
ENV ZIREM_VERSION="1.2.1"
# Run the Ziren SDK installation script
RUN /tmp/install_ziren_sdk.sh && rm /tmp/install_ziren_sdk.sh