Hosts a Jupyter notebook server configured to run SAMap.
991
This Docker image spawns a Jupyter notebook server on a specified port. The port must be passed as an environment variable and exposed at runtime (PORT is a required parameter for this Docker image).
Example usage:
docker run --name=samap -e PORT=8888 -p 8888:8888 tarashan/samap:latest
Content type
Image
Digest
Size
2.5 GB
Last updated
over 4 years ago
docker pull tarashan/samap