From 35d4a6a80940c6b57e1318c4147820a6bdc296d4 Mon Sep 17 00:00:00 2001 From: Masoud Kaviani Date: Sun, 3 Mar 2024 17:00:15 +0330 Subject: [PATCH] Update Dockerfile for Issue #34 Update Dockerfile for Issue #34 --- CLIP-ViP/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIP-ViP/docker/Dockerfile b/CLIP-ViP/docker/Dockerfile index fcb8ece..7052233 100644 --- a/CLIP-ViP/docker/Dockerfile +++ b/CLIP-ViP/docker/Dockerfile @@ -99,7 +99,7 @@ RUN pip install lpips RUN pip install ujson RUN pip install einops -RUN pip install transformers==2.11.0 easydict tensorboardX==2.0 av==8.0.2 lz4==2.1.9 lmdb==0.97 +RUN pip install transformers==4.30.2 easydict tensorboardX==2.0 av==8.0.2 lz4==2.1.9 lmdb==0.97 RUN apt install -y libgl1-mesa-glx RUN apt install -y libglib2.0-0