hysts HF staff commited on
Commit
b26ac66
1 Parent(s): 7292a02
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN pip install --no-cache-dir -U torch==1.12.1+cu113 torchvision==0.13.1+cu113
45
  COPY --chown=1000 requirements.txt /tmp
46
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
47
  RUN pip install --no-cache-dir -U kaolin==0.13.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html
48
- RUN pip install --no-cache-dir -U gradio==3.30.0
49
 
50
  COPY --chown=1000 . ${HOME}/app
51
  RUN cd TEXTurePaper && patch -p1 < ../patch
 
45
  COPY --chown=1000 requirements.txt /tmp
46
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
47
  RUN pip install --no-cache-dir -U kaolin==0.13.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html
48
+ RUN pip install --no-cache-dir -U gradio==3.34.0
49
 
50
  COPY --chown=1000 . ${HOME}/app
51
  RUN cd TEXTurePaper && patch -p1 < ../patch
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  accelerate==0.19.0
2
  diffusers==0.16.1
3
  einops==0.6.1
4
- huggingface-hub==0.14.1
5
  imageio[ffmpeg,pyav]==2.28.1
6
  loguru==0.7.0
7
  matplotlib==3.7.1
 
1
  accelerate==0.19.0
2
  diffusers==0.16.1
3
  einops==0.6.1
4
+ huggingface-hub==0.15.1
5
  imageio[ffmpeg,pyav]==2.28.1
6
  loguru==0.7.0
7
  matplotlib==3.7.1