bigg_models
bigg_models copied to clipboard
Latest database dump is not available
The link given in the ReadMe is broken.
While this is not as straightforward, please note that the latest database dumps can still be obtained.
They have been baked into the images available here (thanks to user mephenor).
You can start these containers with a command like
docker run -v /some/path/on/your/system:/root -it mephenor/bigg_docker:1.6 bash
and then copy the file /bigg_database_dump/database.dump to the /root folder in the container to get it out. (see https://docs.docker.com/storage/bind-mounts/).