Skip to content

Commit

Permalink
Fetches now directly from the current main branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Apr 29, 2022
1 parent 6d0a928 commit 993af22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update \
&& apt-get purge -y --auto-remove


RUN pip3 install -r requirements.txt --no-cache-dir
RUN pip3 install git+https://github.com/EnzymeML/PyEnzyme.git
RUN pip3 install fastapi uvicorn

COPY pyenzyme_server.py /app

Expand Down

0 comments on commit 993af22

Please sign in to comment.