Skip to content

Commit

Permalink
Added Jinja2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed May 12, 2022
1 parent 5f0bb2f commit f517802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \


RUN pip3 install git+https://github.com/EnzymeML/PyEnzyme.git
RUN pip3 install fastapi uvicorn
RUN pip3 install fastapi uvicorn jinja2

COPY pyenzyme_server.py /app

Expand Down

0 comments on commit f517802

Please sign in to comment.