Spaces:
Runtime error
Runtime error
Commit
·
b0c5b2b
1
Parent(s):
62d1e32
fixing dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ 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 |
|
26 |
# Copy application files
|
27 |
COPY --chown=user . /app
|