apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 libgl1 libglib2.0-0t64
Browse files- main_v6.py +2 -0
main_v6.py
CHANGED
|
@@ -10,6 +10,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
| 10 |
# On Windows.
|
| 11 |
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
| 12 |
|
|
|
|
|
|
|
| 13 |
uv venv --python 3.10 --seed --clear
|
| 14 |
|
| 15 |
$env:UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
| 10 |
# On Windows.
|
| 11 |
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
| 12 |
|
| 13 |
+
apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 libgl1 libglib2.0-0t64
|
| 14 |
+
|
| 15 |
uv venv --python 3.10 --seed --clear
|
| 16 |
|
| 17 |
$env:UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple"
|