Skip to content

zenkavi/IntroToHSSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for HSSM

To build image

docker build -t zenkavi/hssm:0.0.3 -f Dockerfile .

To run notebooks in container

docker run -it --rm \
-v $(pwd):/home/jovyan/work \
-p 8888:8888 zenkavi/hssm:0.0.3 jupyter-lab

Acknowledgement

Thanks Hu Chuan-Peng for the dockerHDDM image. This HSSM image heavily relied on his Dockerfile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published