mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 15:40:53 -05:00
9 lines
110 B
Docker
9 lines
110 B
Docker
FROM python:3.11-slim
|
|
|
|
WORKDIR /
|
|
|
|
COPY requirements-freeze.txt /
|
|
|
|
RUN pip install -r requirements-freeze.txt
|
|
|