Skip to content

VikingNation/gmp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# gmpDemo & docker application
# BUILD INSTRUCTIONS:  gmpDemo, shared library, and python module

cd src
make
cd ..

# BUILD DOCKER IMAGE
docker build -t gmp-demo:latest .
docker run -it gmp-demo:latest


# Run the following command to exec into the container
docker run --entrypoint "/bin/bash" -it gmp-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published