mrbear1024 commited on
Commit
9c7a37f
·
1 Parent(s): 29c41c1

dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN conda create -n mimictalk python=3.9 -y
27
  RUN conda run -n mimictalk pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
28
  RUN conda run -n mimictalk pip install cython openmim==0.3.9
29
  RUN conda run -n mimictalk mim install mmcv==2.1.0
30
- RUN conda run -n mimictalk pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
31
 
32
  # 安装项目依赖
33
  COPY requirements.txt /tmp/
 
27
  RUN conda run -n mimictalk pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
28
  RUN conda run -n mimictalk pip install cython openmim==0.3.9
29
  RUN conda run -n mimictalk mim install mmcv==2.1.0
30
+ # RUN conda run -n mimictalk pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
31
 
32
  # 安装项目依赖
33
  COPY requirements.txt /tmp/
requirements.txt CHANGED
@@ -74,6 +74,6 @@ torchshow
74
  # httpx==0.23.3
75
  # gradio==4.16.0
76
  gradio==4.43.0
77
- httpx==0.23.3
78
  # gradio_client==0.8.1
79
  fastapi==0.112.2
 
74
  # httpx==0.23.3
75
  # gradio==4.16.0
76
  gradio==4.43.0
77
+ httpx==0.24.1
78
  # gradio_client==0.8.1
79
  fastapi==0.112.2