Update zkVMs (#259)

This commit is contained in:
Han
2025-12-30 21:01:10 +09:00
committed by GitHub
parent 02d7c9a9ef
commit fd985bf542
18 changed files with 209 additions and 167 deletions

View File

@@ -10,7 +10,7 @@ COPY --chmod=755 scripts/sdk_installers/install_sp1_sdk.sh /tmp/install_sp1_sdk.
# Define where SP1 SDK will be installed within the image.
# The install_sp1_sdk.sh script will respect these ENV variables.
ENV SP1_DIR="/root/.sp1" \
SP1_VERSION="v5.2.3"
SP1_VERSION="v5.2.4"
# Run the SP1 SDK installation script
# It will use the SP1_DIR and SP1_VERSION defined above.