File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN apt-get update \
99 sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1010 clang-3.8 llvm-3.8 libclang-3.8-dev \
1111 && apt-get clean -y
12- RUN pip install BeautifulSoup docopt PyYAML pillow \
13- ' sphinx>=1.4.0' sphinx_rtd_theme breathe recommonmark
12+ RUN pip install -U BeautifulSoup docopt PyYAML pillow \
13+ sphinx sphinx_rtd_theme breathe recommonmark
1414
1515ARG WITH_AVX
1616ENV WITH_AVX=${WITH_AVX:-ON}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN apt-get update \
99 sed grep graphviz libjpeg-dev zlib1g-dev doxygen \
1010 clang-3.8 llvm-3.8 libclang-3.8-dev \
1111 && apt-get clean -y
12- RUN pip install BeautifulSoup docopt PyYAML pillow \
13- ' sphinx>=1.4.0' sphinx_rtd_theme breathe recommonmark
12+ RUN pip install -U BeautifulSoup docopt PyYAML pillow \
13+ sphinx sphinx_rtd_theme breathe recommonmark
1414
1515ARG WITH_AVX
1616ENV WITH_AVX=${WITH_AVX:-ON}
You can’t perform that action at this time.
0 commit comments