Spaces:
Running
Running
actually i need gradio>=4 for zerogpu
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==
|
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
@@ -15,4 +15,4 @@ transformers==4.29.1
|
|
15 |
trimesh==3.21.6
|
16 |
xatlas==0.0.7
|
17 |
spaces==0.23.2
|
18 |
-
gradio==
|
|
|
15 |
trimesh==3.21.6
|
16 |
xatlas==0.0.7
|
17 |
spaces==0.23.2
|
18 |
+
gradio==4.19.1
|