Spaces:
Running
on
Zero
Running
on
Zero
pablovela5620
commited on
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import subprocess
|
|
2 |
from pathlib import Path
|
3 |
|
4 |
PIXI_PATH = Path("/home/user/.pixi/bin/pixi")
|
5 |
-
PIXI_VERSION = "0.
|
6 |
|
7 |
|
8 |
def check_and_install_pixi() -> None:
|
|
|
2 |
from pathlib import Path
|
3 |
|
4 |
PIXI_PATH = Path("/home/user/.pixi/bin/pixi")
|
5 |
+
PIXI_VERSION = "0.32.1"
|
6 |
|
7 |
|
8 |
def check_and_install_pixi() -> None:
|