Eurygaster spp. classification application. Source: https://github.com/alexander-pv/eurygaster_app
1.6K

$ docker pull alrdockerhub/eurygaster_app:latest
# Create subnet for application, set static ip and run the app. Example:
$ docker network create --subnet=172.55.0.0/29 eurygaster_subnet
$ docker run --net eurygaster_subnet \
--ip 172.55.0.2 -p 8501:8501 --rm -t -d \
-v /home/${USER}/eurygaster_uploads:/app/uploads \
--name eurygaster_app eurygaster_app:latest
Content type
Image
Digest
Size
657.1 MB
Last updated
over 4 years ago
docker pull alrdockerhub/eurygaster_app