Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
os.system("nvcc --version")
|
| 4 |
print(os.environ.get('CUDA_PATH'))
|
| 5 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
| 6 |
-
os.system("git clone https://github.com/
|
| 7 |
|
| 8 |
os.chdir("Mask2Former")
|
| 9 |
os.system("pwd")
|
|
|
|
| 3 |
os.system("nvcc --version")
|
| 4 |
print(os.environ.get('CUDA_PATH'))
|
| 5 |
os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
|
| 6 |
+
os.system("git clone https://github.com/facebookresearch/Mask2Former.git")
|
| 7 |
|
| 8 |
os.chdir("Mask2Former")
|
| 9 |
os.system("pwd")
|