simonsobs/so3g

Sponsored OSS

By https://simonsobservatory.org/

Updated 3 days ago

An Ubuntu 20.04 base image with the so3g package installed.

Image
Data Science
Machine Learning & AI
0

3.9K

so3g

This is the official image providing the so3g package installed in an Ubuntu 20.04 environment for use on the Simons Observatory. It serves mostly as a base image for other images requiring so3g.

Note: As of version v0.1.0-60-g2b22f8f the image is based on Ubuntu 20.04. Tags v0.1.0-57-gf1177f8 and earlier are based on Ubuntu 18.04.

Dockerfile and Tags

The Dockerfile for building the image can be found in the so3g repo, here. Automated builds are triggered with new commits to master and are built and pushed to Dockerhub from Travis CI. The tag structure is based on the git tags, specifically git describe --tags --always. The latest tag is also available. Choose your tag accordingly.

Examples

For a quick interactive session to look at some data you can run:

docker run -it --rm -v /location/of/data/:/data simonsobs/so3g /usr/bin/python3

Docker Pull Command

docker pull simonsobs/so3g