update
This commit is contained in:
17
docker/embedding-atlas.Dockerfile
Normal file
17
docker/embedding-atlas.Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install --no-cache-dir embedding-atlas
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 5055
|
||||
|
||||
CMD ["embedding-atlas"]
|
||||
Reference in New Issue
Block a user