1
0

Remove ' from the volume path

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2020-01-29 14:02:49 -08:00
parent 7a1c3fb247
commit 7643dd430f

View File

@ -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"