mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-11 03:21:12 +00:00
Add dockerfile
This commit is contained in:
parent
069ce4448c
commit
769773a500
1 changed files with 8 additions and 0 deletions
8
python/Dockerfile
Normal file
8
python/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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"]
|
Loading…
Reference in a new issue