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 gradio albumentations azureml chumpy einops matplotlib mediapipe numpy omegaconf opencv_contrib_python opencv_python opencv_python_headless Pillow pytorch_lightning pytorch_pretrained_bert safetensors scipy timm torchvision==0.15.1 tqdm transformers trimesh xformers yacs
|
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==4.12.0 albumentations azureml chumpy einops matplotlib mediapipe numpy omegaconf opencv_contrib_python opencv_python opencv_python_headless Pillow pytorch_lightning pytorch_pretrained_bert safetensors scipy timm torchvision==0.15.1 tqdm transformers trimesh xformers yacs
|
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
|