Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ WORKDIR /app
|
|
15 |
RUN pip install --no-cache-dir --upgrade pip && \
|
16 |
pip install --no-cache-dir \
|
17 |
torch \
|
|
|
18 |
git+https://github.com/huggingface/transformers \
|
19 |
qwen-vl-utils[decord]==0.0.8 \
|
20 |
fastapi \
|
|
|
15 |
RUN pip install --no-cache-dir --upgrade pip && \
|
16 |
pip install --no-cache-dir \
|
17 |
torch \
|
18 |
+
torchvision \
|
19 |
git+https://github.com/huggingface/transformers \
|
20 |
qwen-vl-utils[decord]==0.0.8 \
|
21 |
fastapi \
|