Spaces:
Running
on
L40S
Running
on
L40S
trigger last changes in app.py
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 gradio==5.38.0 prance
|
28 |
-
|
29 |
|
30 |
COPY --chown=user . $HOME/app
|
31 |
RUN chmod +x $HOME/app/run.sh
|
|
|
25 |
. $HOME/.venv/bin/activate && \
|
26 |
pip install --no-cache-dir --upgrade pip && \
|
27 |
pip install --no-cache-dir gradio==5.38.0 prance
|
28 |
+
#dummy commit to trigger a dockerfile full rebuild
|
29 |
|
30 |
COPY --chown=user . $HOME/app
|
31 |
RUN chmod +x $HOME/app/run.sh
|