Skip to content

Commit

Permalink
Added astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa423 committed Jul 15, 2024
1 parent d4340b8 commit 83bac0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ RUN source ~/.bashrc \
RUN source ~/.bashrc \
&& pip3 install -q mp_api

RUN source ~/.bashrc \
&& pip3 install -q astropy

RUN apt-get update \
&& apt-get install -y libgl1-mesa-glx

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile_mpich
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ RUN source ~/.bashrc \
RUN source ~/.bashrc \
&& pip3 install -q mp_api

RUN source ~/.bashrc \
&& pip3 install -q astropy

RUN apt-get update \
&& apt-get install -y libgl1-mesa-glx

Expand Down

0 comments on commit 83bac0f

Please sign in to comment.