ariG23498 HF staff commited on
Commit
e56e8a8
·
verified ·
1 Parent(s): 62295d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ WORKDIR /app
15
  RUN pip install --no-cache-dir --upgrade pip && \
16
  pip install --no-cache-dir \
17
  torch \
 
18
  git+https://github.com/huggingface/transformers \
19
  qwen-vl-utils[decord]==0.0.8 \
20
  fastapi \
 
15
  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
  qwen-vl-utils[decord]==0.0.8 \
21
  fastapi \