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
48f2cb17
Commit
48f2cb17
authored
7 years ago
by
Chris Lishka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docker makefile fix and readditions to keep private-ngraph-cpp close to ngraph.
parent
557bf5fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Makefile
contrib/docker/Makefile
+7
-4
No files found.
contrib/docker/Makefile
View file @
48f2cb17
...
...
@@ -2,18 +2,21 @@
# are added.
DIR
=
$
(
realpath
../..
)
VOLUME
=
-v
${
DIR
}
:/root/ngraph-cpp-test
VOLUME
=
-v
${
DIR
}
:/root/ngraph-cpp-test
-v
$$
HOME/nervana/data:/root/nervana/data
GIT_COMMIT
=
$(
shell
git rev-parse HEAD
)
BUILD_VERSION
=
${
GIT_COMMIT
}
_
${
PYTHON_VERSION
}
BUILD_DIR
=
${
DIR
}
/contrib/docker/.build-
${
BUILD_VERSION
}
NGRAPH_
NGRAPH_CPP_CPU_IMG
:=
$(
shell
docker images ngraph_cpp_cpu
NGRAPH_
CPP_CPU_IMG
:=
$(
shell
docker images ngraph_cpp_cpu
)
CALLER_UID
:=
$(
shell
id
-u
)
CALLER_GID
:=
$(
shell
id
-g
)
# MKLDNN_ROOT=/usr/local
# MY_PYTHONPATH=./:/root/ngraph-cpp-test/
# default version is python 2, but can be switched to 3 from command
# line
PYTHON_VERSION
=
2
MY_PYTHONPATH
=
./:/root/ngraph-cpp-test/
.PHONY
:
clean build_ngraph_cpp_cpu shell build_all
...
...
This diff is collapsed.
Click to expand it.
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