Spaces:
Running
on
L40S
Running
on
L40S
upgradio 5.35.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN python -m venv $HOME/.venv && \
|
|
25 |
. $HOME/.venv/bin/activate && \
|
26 |
pip install --no-cache-dir --upgrade pip && \
|
27 |
pip install --no-cache-dir torch transformers accelerate prance && \
|
28 |
-
pip install --no-cache-dir gradio==5.
|
29 |
# dummy commit
|
30 |
|
31 |
COPY --chown=user . $HOME/app
|
|
|
25 |
. $HOME/.venv/bin/activate && \
|
26 |
pip install --no-cache-dir --upgrade pip && \
|
27 |
pip install --no-cache-dir torch transformers accelerate prance && \
|
28 |
+
pip install --no-cache-dir gradio==5.35.0
|
29 |
# dummy commit
|
30 |
|
31 |
COPY --chown=user . $HOME/app
|