From 8a818ef53ba2646ebe9d9d9b7d05527681f4f902 Mon Sep 17 00:00:00 2001 From: Taylor Johnson Date: Mon, 25 Mar 2024 19:52:18 +0000 Subject: [PATCH] forcing cora submodule update --- environment/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/environment/Dockerfile b/environment/Dockerfile index eead9322f1..823e407e75 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -167,6 +167,7 @@ RUN git clone https://github.com/verivital/onnx2nnv.git RUN git clone https://github.com/verivital/nnvmt.git # handled via postInstall zip release sometimes, but we need some bug fixes from latest release that we made for FORMATS'22 package +# forcing rebuild of codeocean 2024-03-25 due to cora submodule update RUN git clone https://github.com/verivital/CORA.git # these ls commands are just to force a new build so that the cloned repo is latest and not the cached one in the prior docker container image