Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
18 |
git+https://github.com/huggingface/transformers \
|
19 |
qwen-vl-utils[decord]==0.0.8 \
|
20 |
fastapi \
|
21 |
-
uvicorn[standard]
|
22 |
|
23 |
# Copy application files
|
24 |
COPY --chown=user . /app
|
|
|
18 |
git+https://github.com/huggingface/transformers \
|
19 |
qwen-vl-utils[decord]==0.0.8 \
|
20 |
fastapi \
|
21 |
+
uvicorn[standard]
|
22 |
|
23 |
# Copy application files
|
24 |
COPY --chown=user . /app
|