Skip to content

Commit

Permalink
Add requests for compatibility with the demo notebook (facebookresear…
Browse files Browse the repository at this point in the history
…ch#655)

* Add requests for compatibility with the demo notebook

* Add requests for compatibility with the demo notebook
  • Loading branch information
AnnaAraslanova authored and fmassa committed May 24, 2019
1 parent 3d2e2b3 commit 44fb065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 tqdm
RUN pip install requests ninja yacs cython matplotlib opencv-python tqdm

# Install PyTorch 1.0 Nightly
ARG CUDA
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 jupyter
RUN pip install requests ninja yacs cython matplotlib jupyter

# Install PyTorch 1.0 Nightly and OpenCV
RUN conda install -y pytorch-nightly -c pytorch \
Expand Down

0 comments on commit 44fb065

Please sign in to comment.