Spaces:
Running
Running
need newer huggingface-hub for new gradio
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ RUN pip install --no-cache-dir -U torch==2.1.1+cu121 torchvision>=0.16+cu121 --e
|
|
| 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.15.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.1_cu121.html
|
| 48 |
-
RUN pip install --no-cache-dir -U gradio==4.19.1
|
| 49 |
|
| 50 |
COPY --chown=1000 . ${HOME}/app
|
| 51 |
RUN git clone https://github.com/TEXTurePaper/TEXTurePaper.git
|
|
|
|
| 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.15.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.1_cu121.html
|
| 48 |
+
# RUN pip install --no-cache-dir -U gradio==4.19.1
|
| 49 |
|
| 50 |
COPY --chown=1000 . ${HOME}/app
|
| 51 |
RUN git clone https://github.com/TEXTurePaper/TEXTurePaper.git
|
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.
|
| 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.19.3
|
| 5 |
imageio[ffmpeg,pyav]==2.28.1
|
| 6 |
loguru==0.7.0
|
| 7 |
matplotlib==3.7.1
|