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