dumant/initdb.Dockerfile

8 lines
139 B
Docker
Raw Permalink Normal View History

2025-07-13 09:46:56 -07:00
FROM python:3
#FROM python:3.11-slim
RUN pip install --no-cache-dir \
psycopg2 \
sentence_transformers \
&& /bin/true