Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 669 Bytes

File metadata and controls

32 lines (18 loc) · 669 Bytes

README File For Running Docker Container

The Docker Container contains all of the necessary dependencies and Spacey models already installed therefore Gator Miner can be run without downloading everything locally on your machine.

Run the code below to utilize the Docker Container

Mac:

Building:

Run sh scripts/docker_build.sh for mac

Running:

Run sh scripts/docker_run.sh for mac

Development command
docker run -it -v "$(pwd):/gatorminer" -d -p 8080:8501 gatorminer

Windows:

Building:

Run sh scripts/docker_build.bat for windows

Running:

Run sh scripts/docker_run.bat for windows