Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
8db641a5
Commit
8db641a5
authored
1 year ago
by
Julien Girard-Satabin
Committed by
Michele Alberti
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[docker] Updated correct docker image SHA256.
parent
1e659be0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile.template
+2
-3
2 additions, 3 deletions
docker/Dockerfile.template
docker/Makefile
+1
-1
1 addition, 1 deletion
docker/Makefile
with
3 additions
and
4 deletions
docker/Dockerfile.template
+
2
−
3
View file @
8db641a5
...
...
@@ -87,7 +87,6 @@ make install
ENV PATH "/home/opam/saver/bin:$PATH"
## NNenum
RUN git clone https://github.com/stanleybak/nnenum.git && \
...
...
@@ -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,
# and removing dependencies that are already in PyRAT
# dependency set: pytorch, torchvision, torchaudio, tqdm,
# pandas, protobuf
# pandas, protobuf
, onnx, onnxruntime
# DNNV and onnx2pytorch set on a specific commit
# WARNING: Result in Pillow version and networkx version
# different than what is expected by PyRAT and/or nnenum!
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"
...
...
This diff is collapsed.
Click to expand it.
docker/Makefile
+
1
−
1
View file @
8db641a5
...
...
@@ -35,7 +35,7 @@ push: all
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
:=
$(
or
$(
SHA_DOCKER
)
,sha256:
9d471148a7acdaba15caa139710f89ca8668a191c0052eb1c80cb9729e337c40
)
SHA_DOCKER
:=
$(
or
$(
SHA_DOCKER
)
,sha256:
e6529eedeeab653b03eae55b91a9491bc45be4717197d2f94a6615db939cfae6
)
CAISAR_COMMIT
?=
$(
shell git rev-parse HEAD
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment