From 0deda289fb046c0fb945524fa3ebfccc74d0d8dd Mon Sep 17 00:00:00 2001 From: Dawith Lim Date: Tue, 30 Sep 2025 12:33:45 -0400 Subject: [PATCH] Linux launch script --- launch.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 launch.sh diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..a3dcaa6 --- /dev/null +++ b/launch.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +source .env + +docker run --rm -it \ + -v .:/app/code \ + -v $DATAPATH:/app/workdir \ + --name geonosis \ + python_tf_cpu + +#jaxpy-work