File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ RUN apt-get update && \
13
13
apt-get install -y automake clang-3.8 llvm-3.8 libclang-3.8-dev && \
14
14
apt-get clean -y
15
15
16
- RUN pip install --upgrade pip && \
17
- pip install 'protobuf==3.1.0.post1' && \
16
+ RUN pip install --upgrade pip
17
+ RUN pip install 'protobuf==3.1.0.post1' && \
18
18
pip install -U wheel pillow BeautifulSoup && \
19
19
pip install -U docopt PyYAML sphinx && \
20
20
pip install -U sphinx_rtd_theme recommonmark jupyter
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ RUN apt-get update && \
13
13
apt-get install -y automake clang-3.8 llvm-3.8 libclang-3.8-dev && \
14
14
apt-get clean -y
15
15
16
- RUN pip install --upgrade pip && \
17
- pip install 'protobuf==3.1.0.post1' && \
16
+ RUN pip install --upgrade pip
17
+ RUN pip install 'protobuf==3.1.0.post1' && \
18
18
pip install -U wheel pillow BeautifulSoup && \
19
19
pip install -U docopt PyYAML sphinx && \
20
20
pip install -U sphinx_rtd_theme recommonmark jupyter
You can’t perform that action at this time.
0 commit comments