Skip to content

Commit

Permalink
Dockerfile update (#2105)
Browse files Browse the repository at this point in the history
Updated dockerfile
  • Loading branch information
Matyasz authored Apr 27, 2021
1 parent d55332a commit 620c4db
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 h5py \
RUN conda create -y --name py38 python=3.8 ipykernel numpy \
&& conda clean --index-cache --tarballs

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

0 comments on commit 620c4db

Please sign in to comment.