콘다 업데이트 추가(4053b7bdde)

This commit is contained in:
Haesun Park
2018-03-26 17:01:57 +09:00
parent 5448824a13
commit 7a0ce2129d

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get upgrade -y \
sudo \
&& rm -rf /var/lib/apt/lists/*
RUN conda update -n base conda
RUN conda install -y -c conda-forge \
tensorflow \
jupyter_contrib_nbextensions