Spaces:
Sleeping
Sleeping
pablovela5620
commited on
Commit
•
945a54c
1
Parent(s):
f8c1442
Update pixi.toml
Browse filesremove time command
pixi.toml
CHANGED
@@ -34,7 +34,7 @@ download-iphone-data = """
|
|
34 |
)
|
35 |
"""
|
36 |
|
37 |
-
post-install = {cmd="
|
38 |
rr-viewer = "rerun --memory-limit 50% --drop-at-latency 500ms"
|
39 |
|
40 |
demo = """
|
|
|
34 |
)
|
35 |
"""
|
36 |
|
37 |
+
post-install = {cmd="python -m pip install -e .", depends_on=["download-model", "download-dpvo-data", "download-iphone-data"], outputs=["cuda_ba.cpython-311-x86_64-linux-gnu.so"]}
|
38 |
rr-viewer = "rerun --memory-limit 50% --drop-at-latency 500ms"
|
39 |
|
40 |
demo = """
|