Skip to content

shaunazzopardi/strix-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strix-docker

A Dockerfile to install Strix in an Ubuntu docker image.

I am using this for my research to have Strix available on a Windows machine.

Build

  1. Install docker.
  2. In a folder containing the Dockerfile run:
    docker build --tag=strix .
  1. And that's it! Strix should be ready to run.
  2. Try it by running:
    docker run strix -f "G (req0 -> F grant0) && G (req1 -> F grant1) && G (!(grant0 && grant1))" --ins="req0,req1" --outs="grant0,grant1"

Usage

See strix for command-line usage instructions.

Version

This will install Strix 21.0.0 as at commit fd372cf. To try the script at different commits edit line 18 in ./Dockerfile appropriately. This comes with no guarantees, the script was only tested with commit fd372cf.

About

A Dockerfile to install Strix (https://strix.model.in.tum.de/) in an Ubuntu docker image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published