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
d02d333f
Commit
d02d333f
authored
2 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
[README] Add information on how to build the docker image.
parent
193769bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-4
15 additions, 4 deletions
README.md
with
15 additions
and
4 deletions
README.md
+
15
−
4
View file @
d02d333f
...
...
@@ -7,8 +7,10 @@ artificial intelligence based software.
## Installation
No binaries are provided at the moment. Installation must be done
by directly compiling the source.
No binaries are provided at the moment. Installation must be done by either
compiling the source code or building a
[
Docker
](
https://www.docker.com/
)
image.
### From source code
**Please note:**
CAISAR requires the OCaml package manager
[
opam
](
https://opam.ocaml.org/
)
,
v2.1 or higher, which is typically avaible in all major GNU/Linux distributions.
...
...
@@ -29,6 +31,15 @@ To run the tests:
$ make test
```
### Docker image
To build a
[
Docker
](
https://www.docker.com/
)
image for CAISAR, do the following:
```
$ git clone https://git.frama-c.com/pub/caisar
$ cd caisar
$ make docker
```
## Usage
To start using CAISAR, please run the command:
...
...
@@ -38,8 +49,8 @@ $ caisar --help
### Property verification
CAISAR can be used to verify properties on neural networks and
support-vector
machines (SVM).
CAISAR can be used to verify properties on neural networks and
support-vector
machines (SVM).
The prototype command is:
```
...
...
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