Spaces:
Running on Zero
Running on Zero
finish reverting, forgot cmd change
Browse files
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
|
| 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)
|