File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,11 @@ jobs:
307307 REPOSITORY : coordinator-api
308308 run : |
309309 aws --region ${{ env.AWS_REGION }} ecr describe-repositories --repository-names ${{ env.REPOSITORY }} && : || aws --region ${{ env.AWS_REGION }} ecr create-repository --repository-name ${{ env.REPOSITORY }}
310+ - name : Give Github Action access to openvm-gpu
311+ uses :
webfactory/[email protected] 312+ with :
313+ ssh-private-key : |
314+ ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
310315 - name : Build and push
311316 uses : docker/build-push-action@v3
312317 env :
Original file line number Diff line number Diff line change @@ -9,20 +9,8 @@ RUN cargo chef prepare --recipe-path recipe.json
99FROM chef as zkp-builder
1010COPY ./common/libzkp/impl/rust-toolchain ./
1111COPY --from=planner /app/recipe.json recipe.json
12-
13- # run ./build/dockerfiles/coordinator-api/init-openvm.sh to get openvm-gpu
14- COPY ./build/dockerfiles/coordinator-api/openvm-gpu /openvm-gpu
15- COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
16- COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
17-
1812RUN cargo chef cook --release --recipe-path recipe.json
1913
20- # local patch for openvm
21- # run ./build/dockerfiles/coordinator-api/init-openvm.sh to get openvm-gpu
22- COPY ./build/dockerfiles/coordinator-api/openvm-gpu /openvm-gpu
23- COPY ./build/dockerfiles/coordinator-api/gitconfig /root/.gitconfig
24- COPY ./build/dockerfiles/coordinator-api/config.toml /root/.cargo/config.toml
25-
2614COPY ./common/libzkp/impl .
2715RUN cargo build --release
2816
You can’t perform that action at this time.
0 commit comments