From a40be4900c967e42b477e87c35e3b3530f854677 Mon Sep 17 00:00:00 2001 From: Bharat Kambalur Date: Thu, 3 Oct 2019 17:59:55 -0700 Subject: [PATCH] Add section for Python packages and +astropy --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c4aeb8..2f9c20c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,4 @@ -FROM ucsdets/datascience-notebook:2019.4-stable \ No newline at end of file +FROM ucsdets/datascience-notebook:2019.4-stable + +# Python Packages +RUN conda install -y astropy -c conda-forge