Sign inSign up

cometurrata/fseam

By cometurrata

Updated over 5 years ago

Fseam in a docker

Image
0

206

cometurrata/fseam repository overview

Docker Stars Docker Pulls

Fseam Docker image

This image is based on Ubuntu Linux, and contains Fseam.

Download size of this image is only:

Usage Example

# Get Fseam tutorial
git clone https://github.com/cometurrata/FSeam_Tutorial;
cd FSeam_tutorial;

# Run the docker:
docker run --rm -d -t --privileged --name fseam  -v `pwd`:/app  cometurrata/fseam:latest bash;

# Open an interactive terminal into the running docker
docker exec -it -w /app fseam bash;

# Just run the commands like you would on your own bash
cmake -DFSEAM_USE_CATCH2=ON ./ ;
make all -j$(nproc);
make test;

Tag summary

Content type

Image

Digest

Size

485.8 MB

Last updated

over 5 years ago

docker pull cometurrata/fseam