peijieqiu commited on
Commit
87e5322
·
verified ·
1 Parent(s): fb25323

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```
2
+ # load Apptainer container
3
+ module load apptainer
4
+
5
+ # download the visionreasoner_env
6
+ git clone VisualReasoner/visionreasoner_env
7
+
8
+ # usage
9
+ apptainer exec visionreasoner_env/visionreasoner.sif python <your-py-file>
10
+
11
+ ```