mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* wip: re-implement http tests using openapi validation library * collection delete api * payload operations test * payload delete operations test * payload index creation and removing test * uuid operations test * schema consistency test * add tests into pipeline * chmod +x * faster local runs with docker cache * upd instruction
9 lines
97 B
Docker
9 lines
97 B
Docker
FROM python:3.9-alpine
|
|
|
|
WORKDIR /
|
|
|
|
COPY requirements.txt /
|
|
|
|
RUN pip install -r requirements.txt
|
|
|