Skip to content

Commit

Permalink
Merge pull request #2069 from AllenInstitute/adds_py39_to_docker
Browse files Browse the repository at this point in the history
adds python 3.9 build to docker
  • Loading branch information
djkapner authored Mar 29, 2021
2 parents bdfd2cb + dbad4c9 commit 0178688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/anaconda3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ RUN conda create -y --name py37 python=3.7 ipykernel \

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

RUN conda create -y --name py39 python=3.9 ipykernel \
&& conda clean --index-cache --tarballs

0 comments on commit 0178688

Please sign in to comment.