Commit 819f8c5d authored by Ilija Radosavovic's avatar Ilija Radosavovic Committed by Facebook Github Bot

Include scipy dependency for completeness

Reviewed By: rbgirshick

Differential Revision: D6875655

fbshipit-source-id: 9c19510ff5c402bef2d947d95d061a5d51e57e9a
parent 1a3ae0c9
...@@ -36,7 +36,7 @@ If the `caffe2` Python package is not found, you likely need to adjust your `PYT ...@@ -36,7 +36,7 @@ If the `caffe2` Python package is not found, you likely need to adjust your `PYT
Install Python dependencies: Install Python dependencies:
``` ```
pip install numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock pip install numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock scipy
``` ```
Install the [COCO API](https://github.com/cocodataset/cocoapi): Install the [COCO API](https://github.com/cocodataset/cocoapi):
......
...@@ -8,7 +8,7 @@ ENV PYTHONPATH /usr/local/caffe2_build:${PYTHONPATH} ...@@ -8,7 +8,7 @@ ENV PYTHONPATH /usr/local/caffe2_build:${PYTHONPATH}
ENV LD_LIBRARY_PATH /usr/local/caffe2_build/lib:${LD_LIBRARY_PATH} ENV LD_LIBRARY_PATH /usr/local/caffe2_build/lib:${LD_LIBRARY_PATH}
# Install Python dependencies # Install Python dependencies
RUN pip install numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock RUN pip install numpy>=1.13 pyyaml>=3.12 matplotlib opencv-python>=3.2 setuptools Cython mock scipy
# Install the COCO API # Install the COCO API
RUN git clone https://github.com/cocodataset/cocoapi.git /cocoapi RUN git clone https://github.com/cocodataset/cocoapi.git /cocoapi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment