Skip to content
Snippets Groups Projects
Commit 8db641a5 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin Committed by Michele Alberti
Browse files

[docker] Updated correct docker image SHA256.

parent 1e659be0
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,6 @@ make install ...@@ -87,7 +87,6 @@ make install
ENV PATH "/home/opam/saver/bin:$PATH" ENV PATH "/home/opam/saver/bin:$PATH"
## NNenum ## NNenum
RUN git clone https://github.com/stanleybak/nnenum.git && \ RUN git clone https://github.com/stanleybak/nnenum.git && \
...@@ -107,13 +106,13 @@ git -C alpha-beta-CROWN checkout 7b3d507caf40a5f42d99f6894373526c6fd615b7 ...@@ -107,13 +106,13 @@ git -C alpha-beta-CROWN checkout 7b3d507caf40a5f42d99f6894373526c6fd615b7
# https://github.com/Verified-Intelligence/alpha-beta-CROWN/blob/main/vnncomp_scripts/install_tool_general.sh, # https://github.com/Verified-Intelligence/alpha-beta-CROWN/blob/main/vnncomp_scripts/install_tool_general.sh,
# and removing dependencies that are already in PyRAT # and removing dependencies that are already in PyRAT
# dependency set: pytorch, torchvision, torchaudio, tqdm, # dependency set: pytorch, torchvision, torchaudio, tqdm,
# pandas, protobuf # pandas, protobuf, onnx, onnxruntime
# DNNV and onnx2pytorch set on a specific commit # DNNV and onnx2pytorch set on a specific commit
# WARNING: Result in Pillow version and networkx version # WARNING: Result in Pillow version and networkx version
# different than what is expected by PyRAT and/or nnenum! # different than what is expected by PyRAT and/or nnenum!
RUN cd alpha-beta-CROWN && \ RUN cd alpha-beta-CROWN && \
/usr/bin/python3.10 -m pip install --no-input --no-cache-dir onnx onnxruntime git+https://github.com/KaidiXu/onnx2pytorch.git@fe7281b9b6c8c28f61e72b8f3b0e3181067c7399 git+https://github.com/dlshriver/DNNV.git@6ab81fff8b83e5e7d5d964e409d092190368c8f1 pyyaml packaging appdirs sortedcontainers mkl==2019.0 pyyaml appdirs /usr/bin/python3.10 -m pip install --no-input --no-cache-dir git+https://github.com/KaidiXu/onnx2pytorch.git@fe7281b9b6c8c28f61e72b8f3b0e3181067c7399 git+https://github.com/dlshriver/DNNV.git@6ab81fff8b83e5e7d5d964e409d092190368c8f1 pyyaml packaging appdirs sortedcontainers mkl==2019.0 pyyaml appdirs
ENV PYTHONPATH "$PYTHONPATH:/home/opam/alpha-beta-CROWN/complete_verifier" ENV PYTHONPATH "$PYTHONPATH:/home/opam/alpha-beta-CROWN/complete_verifier"
......
...@@ -35,7 +35,7 @@ push: all ...@@ -35,7 +35,7 @@ push: all
docker push laiser/caisar:pub docker push laiser/caisar:pub
SHA_DOCKER=$(shell docker manifest inspect ocaml/opam:ubuntu-$(UBUNTU_VERSION)-ocaml-$(OCAML_VERSION) | jq '.manifests| .[] | select(.platform.architecture == "amd64") | .digest' --raw-output) SHA_DOCKER=$(shell docker manifest inspect ocaml/opam:ubuntu-$(UBUNTU_VERSION)-ocaml-$(OCAML_VERSION) | jq '.manifests| .[] | select(.platform.architecture == "amd64") | .digest' --raw-output)
SHA_DOCKER:=$(or $(SHA_DOCKER),sha256:9d471148a7acdaba15caa139710f89ca8668a191c0052eb1c80cb9729e337c40) SHA_DOCKER:=$(or $(SHA_DOCKER),sha256:e6529eedeeab653b03eae55b91a9491bc45be4717197d2f94a6615db939cfae6)
CAISAR_COMMIT?=$(shell git rev-parse HEAD) CAISAR_COMMIT?=$(shell git rev-parse HEAD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment