Skip to content

peijin94/lofarsunDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lofarsunDocker

A docker image with scripts and modules for LOFAR data for solar and space weather study.

Quick start

Pull the image to local

docker pull peijin/lofarsun

Then run the docker image and start the jupyter server.

source run_docker.sh

lofarsunDocker

It will start a jupyter-lab at port:8998, use a broswer to start using the modules at myServerAddress:8998

for singularity user

Build image

 singularity build lofarsun.sif docker://peijin/lofarsun:latest

Run jupyter:

singularity exec --bind $PWD:/run/user lofarsun.sif  jupyter notebook --notebook-dir=/home --no-browser --port=9876 --ip=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages