mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 15:11:35 -05:00
* test: Restructure OpenAPI tests * fix: Remove cache dirs * fix: Remove cache dirs from helpers * fix: Path of openapi.json * fix: Update path of openapi tests everywhere
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
|
|
|