Forbu14's picture
adding performance on MTEB dataset for clip embeddings
00c32ba
raw
history blame
174 Bytes
FROM pytorch/pytorch:latest
# install git
RUN apt-get update && apt-get install -y git
# install requirements
COPY requirements.txt .
RUN pip install -r requirements.txt