mirror of
https://github.com/eth-act/ere.git
synced 2026-04-25 03:00:10 -04:00
feat: Impl zkVM for Nexus zkvm (#47)
Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ RUN /tmp/install_pico_sdk.sh && rm /tmp/install_pico_sdk.sh # Clean up the scrip
|
||||
ENV PICO_TOOLCHAIN_VERSION="nightly-2024-11-27"
|
||||
|
||||
# Verify Pico installation
|
||||
RUN echo "Verifying Risc0 installation in Dockerfile (post-script)..." && cargo "+${PICO_TOOLCHAIN_VERSION}" pico --version
|
||||
RUN echo "Verifying Pico installation in Dockerfile (post-script)..." && cargo "+${PICO_TOOLCHAIN_VERSION}" pico --version
|
||||
|
||||
# Copy the entire ere project context
|
||||
# The WORKDIR is /app from the base image
|
||||
|
||||
Reference in New Issue
Block a user