Sign inSign up

alrdockerhub/eurygaster_app

By alrdockerhub

Updated over 4 years ago

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

Image
0

1.6K

alrdockerhub/eurygaster_app repository overview

Eurygaster spp. classification application

eurygaster_integriceps_example

Set up the application with Docker:
$ 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

Tag summary

Content type

Image

Digest

Size

657.1 MB

Last updated

over 4 years ago

docker pull alrdockerhub/eurygaster_app