File size: 132 Bytes
3f3b350
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM ghcr.io/replicate/cog:0.5.0

COPY . /src
WORKDIR /src

RUN pip install -r requirements.txt

ENTRYPOINT ["python", "predict.py"]