Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Jan 16, 2024
1 parent bf260d9 commit 1a6d771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM ghcr.io/ucsd-ets/datascience-notebook:2023.4-stable
USER root

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

USER $NB_UID

0 comments on commit 1a6d771

Please sign in to comment.