Spaces:
Running
on
L40S
Running
on
L40S
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ WORKDIR $HOME/app
|
|
24 |
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.34.2
|
29 |
|
30 |
COPY --chown=user . $HOME/app
|
|
|
24 |
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.34.2
|
29 |
|
30 |
COPY --chown=user . $HOME/app
|