Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update gradio version
#1
by
ysharma
HF staff
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,7 +48,7 @@ RUN pip install --no-cache-dir -U \
|
|
48 |
opencv-python-headless==4.8.0.74 \
|
49 |
Pillow==9.5.0 \
|
50 |
colored==1.4.4
|
51 |
-
RUN pip install --no-cache-dir -U gradio==
|
52 |
|
53 |
COPY --chown=1000 . ${HOME}/app
|
54 |
RUN cd CutLER && patch -p1 < ../patch
|
|
|
48 |
opencv-python-headless==4.8.0.74 \
|
49 |
Pillow==9.5.0 \
|
50 |
colored==1.4.4
|
51 |
+
RUN pip install --no-cache-dir -U gradio==4.19.0
|
52 |
|
53 |
COPY --chown=1000 . ${HOME}/app
|
54 |
RUN cd CutLER && patch -p1 < ../patch
|