Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN pip install -q pytorch-lightning omegaconf einops yacs trimesh mediapipe rtr
|
|
33 |
RUN pip install -q git+https://gitlab.eecs.umich.edu/ngv-python-modules/opendr
|
34 |
RUN pip install -q https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp310-cp310-manylinux2014_x86_64.whl
|
35 |
|
36 |
-
RUN pip install --no-cache-dir
|
37 |
|
38 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/HandRefiner/resolve/main/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl -d $HOME/app/MeshGraphormer/src/modeling/data -o basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
|
39 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/HandRefiner/resolve/main/MANO_RIGHT.pkl -d $HOME/app/MeshGraphormer/src/modeling/data -o MANO_RIGHT.pkl
|
|
|
33 |
RUN pip install -q git+https://gitlab.eecs.umich.edu/ngv-python-modules/opendr
|
34 |
RUN pip install -q https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp310-cp310-manylinux2014_x86_64.whl
|
35 |
|
36 |
+
RUN pip install --no-cache-dir gradio albumentations==1.3.1 azureml==0.2.7 chumpy==0.70 einops==0.7.0 matplotlib==3.7.1 mediapipe numpy==1.23.5 omegaconf==2.1.1 opencv_contrib_python==4.7.0.72 opencv_python==4.7.0.72 opencv_python_headless==4.7.0.72 Pillow==9.4.0 pytorch_lightning==1.4.2 pytorch_pretrained_bert==0.6.2 safetensors==0.3.3 scipy==1.9.0 timm==0.6.13 torchvision==0.15.1 tqdm==4.65.0 transformers==4.27.4 trimesh==3.23.5 yacs==0.1.8
|
37 |
|
38 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/HandRefiner/resolve/main/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl -d $HOME/app/MeshGraphormer/src/modeling/data -o basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
|
39 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/camenduru/HandRefiner/resolve/main/MANO_RIGHT.pkl -d $HOME/app/MeshGraphormer/src/modeling/data -o MANO_RIGHT.pkl
|