Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djkapner authored Apr 21, 2021
1 parent 0ada9d2 commit 0827751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/anaconda3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN conda create -y --name py36 python=3.6 ipykernel \
RUN conda create -y --name py37 python=3.7 ipykernel \
&& conda clean --index-cache --tarballs

RUN conda create -y --name py38 python=3.8 ipykernel numpy \
RUN conda create -y --name py38 python=3.8 ipykernel numpy h5py \
&& conda clean --index-cache --tarballs

RUN conda create -y --name py39 python=3.9 ipykernel \
Expand Down

0 comments on commit 0827751

Please sign in to comment.