Skip to content

Commit

Permalink
Linux launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Sep 30, 2025
1 parent 7f019ea commit 0deda28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0deda28

Please sign in to comment.