summaryrefslogtreecommitdiff
path: root/python/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dockerfile')
-rw-r--r--python/Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/Dockerfile b/python/Dockerfile
deleted file mode 100644
index f83c1c1b3..000000000
--- a/python/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM python:3.9
-
-WORKDIR /code
-COPY fastembed-server.py /workdir/fastembed-server.py
-
-RUN pip install --no-cache-dir --upgrade fastembed fastapi uvicorn
-
-CMD ["python", "/workdir/fastembed-server.py"]