VikingNation/gmp-demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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