Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -16,12 +16,13 @@ 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 \
|
23 |
uvicorn[standard] \
|
24 |
-
python-multipart
|
|
|
25 |
|
26 |
# Copy application files
|
27 |
COPY --chown=user . /app
|
|
|
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 \
|
23 |
uvicorn[standard] \
|
24 |
+
python-multipart \
|
25 |
+
autoawq -U
|
26 |
|
27 |
# Copy application files
|
28 |
COPY --chown=user . /app
|