Skip to content

Commit

Permalink
Update Dockerfile for Issue microsoft#34
Browse files Browse the repository at this point in the history
Update Dockerfile for Issue microsoft#34
  • Loading branch information
MasoudKaviani authored Mar 3, 2024
1 parent ee3522f commit 35d4a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLIP-ViP/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35d4a6a

Please sign in to comment.