mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-07 13:11:30 +08:00
Add pytest and requests to embedding_service Dockerfile
Include test dependencies in Docker image for testing.
This commit is contained in:
parent
241c479701
commit
af8897a14c
@ -6,7 +6,9 @@ WORKDIR /app
|
|||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
sentence-transformers \
|
sentence-transformers \
|
||||||
fastapi \
|
fastapi \
|
||||||
pydantic
|
pydantic \
|
||||||
|
pytest \
|
||||||
|
requests
|
||||||
|
|
||||||
# Copy gunicorn source
|
# Copy gunicorn source
|
||||||
COPY . /app/gunicorn-src
|
COPY . /app/gunicorn-src
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user