gabboud commited on
Commit
0cb79a0
·
1 Parent(s): c47162e

finish reverting, forgot cmd change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from rfd3.engine import RFD3InferenceConfig, RFD3InferenceEngine
14
  # In total, ~6GB (3GB for RFD3, 3GB for RF3, <100MB for MPNN); may take a few minutes depending on your connection speed
15
 
16
 
17
- cmd = f"foundry install rfd3 ligandmpnn rf3 --checkpoint-dir /data/checkpoints"
18
  print("Global PATH:", os.environ.get("PATH"))
19
 
20
  result = subprocess.run(cmd, shell=True, capture_output=True, text=True)
 
14
  # In total, ~6GB (3GB for RFD3, 3GB for RF3, <100MB for MPNN); may take a few minutes depending on your connection speed
15
 
16
 
17
+ cmd = f"foundry install rfd3 ligandmpnn rf3"
18
  print("Global PATH:", os.environ.get("PATH"))
19
 
20
  result = subprocess.run(cmd, shell=True, capture_output=True, text=True)