Remove ' from the volume path
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
7a1c3fb247
commit
7643dd430f
@ -41,7 +41,7 @@ CMD="docker run \
|
||||
${ADD_GROUPS} \
|
||||
--rm \
|
||||
--device=/dev/dri \
|
||||
-v '$(pwd)/data:/data' \
|
||||
-v $(pwd)/data:/data \
|
||||
${REGISTRY_URL}/${CONTAINER}:${TAG} \
|
||||
test"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user