Spaces:
Running
on
Zero
Running
on
Zero
- Dockerfile +1 -1
- requirements.txt +5 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# ベースイメージとしてPython 3.9を使用
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# 作業ディレクトリを設定
|
5 |
WORKDIR /app
|
|
|
1 |
# ベースイメージとしてPython 3.9を使用
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# 作業ディレクトリを設定
|
5 |
WORKDIR /app
|
requirements.txt
CHANGED
@@ -22,4 +22,8 @@ python-dotenv
|
|
22 |
peft==0.11.1
|
23 |
flask_limiter==3.7.0
|
24 |
gevent==24.2.1
|
25 |
-
gevent-websocket==0.10.1
|
|
|
|
|
|
|
|
|
|
22 |
peft==0.11.1
|
23 |
flask_limiter==3.7.0
|
24 |
gevent==24.2.1
|
25 |
+
gevent-websocket==0.10.1
|
26 |
+
|
27 |
+
https://huggingface.co/spaces/TencentARC/FreeSplatter/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
28 |
+
https://huggingface.co/spaces/TencentARC/FreeSplatter/resolve/main/wheels/diff_surfel_rasterization-0.0.1-cp310-cp310-linux_x86_64.whl?download=true
|
29 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|