Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ 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 |
accelerate \
|
21 |
qwen-vl-utils[decord]==0.0.8 \
|
22 |
fastapi \
|
|
|
16 |
pip install --no-cache-dir \
|
17 |
torch \
|
18 |
torchvision \
|
19 |
+
git+https://github.com/huggingface/transformers.git@fdb85be40fa255c015819e711c15117c2aaa5101 \
|
20 |
accelerate \
|
21 |
qwen-vl-utils[decord]==0.0.8 \
|
22 |
fastapi \
|