Spaces:
Running
Running
Commit
·
e58d036
1
Parent(s):
2a7381c
fixing dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -21,7 +21,8 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
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
|
|
|
21 |
qwen-vl-utils[decord]==0.0.8 \
|
22 |
fastapi \
|
23 |
uvicorn[standard] \
|
24 |
+
python-multipart \
|
25 |
+
optimum
|
26 |
|
27 |
# Copy application files
|
28 |
COPY --chown=user . /app
|