Include jupyter in this docker build

This commit is contained in:
Vinh Nguyen 2019-06-05 18:38:36 +10:00 committed by GitHub
parent b7eff3da41
commit 7d3d1a028b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ ENV PATH=$CONDA_PREFIX/bin:$PATH
ENV CONDA_AUTO_UPDATE_CONDA=false
RUN conda install -y ipython
RUN pip install ninja yacs cython matplotlib opencv-python
RUN pip install ninja yacs cython matplotlib opencv-python jupyter
# Install PyTorch 1.0 Nightly and OpenCV
RUN conda install -y pytorch-nightly -c pytorch \