Spaces:
Running
on
L40S
Running
on
L40S
dummy to trigger full rebuild
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ RUN python -m venv $HOME/.venv && \
|
|
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.34.2
|
|
|
29 |
|
30 |
COPY --chown=user . $HOME/app
|
31 |
RUN chmod +x $HOME/app/run.sh
|
|
|
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.34.2
|
29 |
+
# dummy commit
|
30 |
|
31 |
COPY --chown=user . $HOME/app
|
32 |
RUN chmod +x $HOME/app/run.sh
|