Skip to content

Commit

Permalink
correct ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraporn authored Dec 10, 2022
1 parent 241e17a commit 123cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM continuumio/miniconda3

RUN conda install ipykernel==6.17.1
RUN conda install ipykernel -y
RUN pip install ipython==8.7.0
RUN conda install python-graphviz
# RUN conda install -c anaconda graphviz=0.20.1
Expand Down

0 comments on commit 123cd35

Please sign in to comment.