Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
698f29f1
Commit
698f29f1
authored
May 08, 2018
by
DawnStone
Committed by
Scott Cyphers
May 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated contrib/docker Dockerfiles to include dependencies required to build docs (#940)
parent
882e721c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
8 deletions
+22
-8
Dockerfile.ngraph
contrib/docker/Dockerfile.ngraph
+5
-1
Dockerfile.ngraph.centos74
contrib/docker/Dockerfile.ngraph.centos74
+4
-2
Dockerfile.ngraph.centos74_gpu
contrib/docker/Dockerfile.ngraph.centos74_gpu
+4
-2
Dockerfile.ngraph.ubuntu1604
contrib/docker/Dockerfile.ngraph.ubuntu1604
+5
-1
Dockerfile.ngraph.ubuntu1604_gpu
contrib/docker/Dockerfile.ngraph.ubuntu1604_gpu
+4
-2
No files found.
contrib/docker/Dockerfile.ngraph
View file @
698f29f1
...
...
@@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y \
clang-3.9 clang-format-3.9 \
git \
wget patch diffutils zlib1g-dev libtinfo-dev \
doxygen python-pip
doxygen graphviz \
python-pip
RUN apt-get clean autoclean && \
apt-get autoremove -y
...
...
@@ -37,4 +38,7 @@ RUN pip install --upgrade pip
RUN pip install sphinx
RUN pip install breathe
# need numpy to successfully build docs for python_api
RUN pip install numpy
WORKDIR /home
contrib/docker/Dockerfile.ngraph.centos74
View file @
698f29f1
...
...
@@ -31,7 +31,7 @@ RUN yum -y update && \
git \
wget patch diffutils zlib-devel ncurses-devel libtinfo-dev \
python python-devel python-setuptools \
doxygen \
doxygen
graphviz
\
which \
'perl(Data::Dumper)'
...
...
@@ -46,7 +46,6 @@ RUN easy_install pip
RUN pip install virtualenv
# Install some pip packages
RUN pip install numpy
# need to use sphinx version 1.6 to build docs
# installing with apt-get install python-sphinx installs sphinx version 1.3.6 only
...
...
@@ -58,4 +57,7 @@ RUN pip install sphinx
# breathe package required to build documentation
RUN pip install breathe
# need numpy to successfully build docs for python_api
RUN pip install numpy
WORKDIR /home
contrib/docker/Dockerfile.ngraph.centos74_gpu
View file @
698f29f1
...
...
@@ -13,7 +13,7 @@ RUN yum -y update && \
git \
wget patch diffutils zlib-devel ncurses-devel libtinfo-dev \
python python-devel python-setuptools \
doxygen \
doxygen
graphviz
\
which \
'perl(Data::Dumper)'
...
...
@@ -29,7 +29,6 @@ RUN easy_install pip
RUN pip install virtualenv
# Install some pip packages
RUN pip install numpy
# need to use sphinx version 1.6 to build docs
# installing with apt-get install python-sphinx installs sphinx version 1.3.6 only
...
...
@@ -41,4 +40,7 @@ RUN pip install sphinx
# breathe package required to build documentation
RUN pip install breathe
# need numpy to successfully build docs for python_api
RUN pip install numpy
WORKDIR /home
contrib/docker/Dockerfile.ngraph.ubuntu1604
View file @
698f29f1
...
...
@@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y \
clang-3.9 clang-format-3.9 \
git \
wget patch diffutils zlib1g-dev libtinfo-dev \
doxygen python-pip
doxygen graphviz \
python-pip
RUN apt-get clean autoclean && \
apt-get autoremove -y
...
...
@@ -37,4 +38,7 @@ RUN pip install --upgrade pip
RUN pip install sphinx
RUN pip install breathe
# need numpy to successfully build docs for python_api
RUN pip install numpy
WORKDIR /home
contrib/docker/Dockerfile.ngraph.ubuntu1604_gpu
View file @
698f29f1
...
...
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
clang-3.9 clang-format-3.9 \
git \
wget patch diffutils zlib1g-dev libtinfo-dev \
doxygen && \
doxygen
graphviz
&& \
apt-get clean autoclean && \
apt-get autoremove -y
...
...
@@ -52,5 +52,7 @@ RUN pip install sphinx
# breathe package required to build documentation
RUN pip install breathe
WORKDIR /home
# need numpy to successfully build docs for python_api
RUN pip install numpy
WORKDIR /home
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment