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