Fix GH188
parent
de6f9895e9
commit
749a44fbc1
|
@ -8,6 +8,7 @@ RUN apt-get update && apt-get upgrade -y \
|
||||||
sudo \
|
sudo \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN conda update -n base conda
|
||||||
RUN conda install -y -c conda-forge \
|
RUN conda install -y -c conda-forge \
|
||||||
tensorflow \
|
tensorflow \
|
||||||
jupyter_contrib_nbextensions
|
jupyter_contrib_nbextensions
|
||||||
|
|
Loading…
Reference in New Issue