From 77db4bd085c60301bc0b1dd7e1d277d70c2ef96c Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 22 Jul 2022 14:10:52 -0400 Subject: [PATCH] Add script for executing command on povray_existing (not working) --- povray_existing/cmd.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 povray_existing/cmd.sh diff --git a/povray_existing/cmd.sh b/povray_existing/cmd.sh new file mode 100644 index 0000000..1c7c62c --- /dev/null +++ b/povray_existing/cmd.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +sudo docker run \ + --cpus=2 \ + -v $PWD:/usr/src/ \ + povray_existing \ + sh -c "${1}" \ No newline at end of file