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} \
|
${ADD_GROUPS} \
|
||||||
--rm \
|
--rm \
|
||||||
--device=/dev/dri \
|
--device=/dev/dri \
|
||||||
-v '$(pwd)/data:/data' \
|
-v $(pwd)/data:/data \
|
||||||
${REGISTRY_URL}/${CONTAINER}:${TAG} \
|
${REGISTRY_URL}/${CONTAINER}:${TAG} \
|
||||||
test"
|
test"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user