mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 11:41:32 +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 \
|
||||
sentence-transformers \
|
||||
fastapi \
|
||||
pydantic
|
||||
pydantic \
|
||||
pytest \
|
||||
requests
|
||||
|
||||
# Copy gunicorn source
|
||||
COPY . /app/gunicorn-src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user