|
|
|
@ -42,7 +42,7 @@ RUN pip install --upgrade pip && \
|
|
|
|
|
pip install -U 'protobuf==3.1.0' && \
|
|
|
|
|
pip install -U wheel pillow BeautifulSoup && \
|
|
|
|
|
pip install -U docopt PyYAML sphinx && \
|
|
|
|
|
pip install -U sphinx_rtd_theme recommonmark && \
|
|
|
|
|
pip install -U sphinx-rtd-theme==0.1.9 recommonmark && \
|
|
|
|
|
pip install -U pre-commit 'requests==2.9.2' jupyter
|
|
|
|
|
|
|
|
|
|
RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
|
|
|
|
|