Skip to content

Commit 3e0f7eb

Browse files
committed
Move jinja installation into Dockerfile
To install it after MVS is installed
1 parent e45e42f commit 3e0f7eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fastapi_app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN pip install -r /tmp/requirements.txt
1313
# install multi-vector-simulator's version pinned in docker-compose.yml file
1414
RUN pip install multi-vector-simulator==$mvs_version
1515
RUN pip install gunicorn
16+
RUN pip install jinja2==3.0
1617

1718
COPY . /fastapi_app
1819

fastapi_app/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fastapi
22
aiofiles
3-
jinja2==3.0
43
uvicorn
54
celery
65
redis

0 commit comments

Comments
 (0)