Skip to content

Commit

Permalink
switch to root before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Oct 26, 2020
1 parent 25663e7 commit f4077b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM ucsdets/datascience-notebook:2020.2-stable

USER root

# Python Packages
RUN conda install -y astropy -c conda-forge
RUN conda install -y astroquery -c conda-forge
RUN conda install -y astropy astroquery -c conda-forge
#RUN conda install -y astroquery -c conda-forge

USER $NB_UID

0 comments on commit f4077b4

Please sign in to comment.