bla commited on
Commit
f3dc3d7
·
verified ·
1 Parent(s): 4034f6b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.git@fdb85be40fa255c015819e711c15117c2aaa5101 \
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