Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 271 Bytes

readme.md

File metadata and controls

11 lines (5 loc) · 271 Bytes

example command to build the image

docker build --tag my-pkg . --build-arg dev=true --build-arg pkg=astroquery

example command to run the image

docker run -it --name astroquery-app my-astroquery

Supports all astropy affiliated python packages