Commit 4911839f authored by Chris Lishka's avatar Chris Lishka

Removed ~/nervana/data from mounted volumes, since it is not necessary for this simple Makefile

parent d5ae8dde
......@@ -2,7 +2,7 @@
# are added.
DIR = $(realpath ../..)
VOLUME = -v ${DIR}:/root/ngraph-cpp-test -v $$HOME/nervana/data:/root/nervana/data
VOLUME = -v ${DIR}:/root/ngraph-cpp-test
GIT_COMMIT = $(shell git rev-parse HEAD)
BUILD_VERSION = ${GIT_COMMIT}_${PYTHON_VERSION}
BUILD_DIR = ${DIR}/contrib/docker/.build-${BUILD_VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment