Files
qdrant/openapi/tests/Dockerfile
Andrey Vasnetsov f5feff8080 Validated integration tests - #232
* 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
2022-02-11 16:43:47 +01:00

9 lines
97 B
Docker

FROM python:3.9-alpine
WORKDIR /
COPY requirements.txt /
RUN pip install -r requirements.txt