Skip to content

Commit

Permalink
added [email protected] to fix issue with newer version of the library desc…
Browse files Browse the repository at this point in the history
…ribed here fastapi/typer#377
  • Loading branch information
epinnock committed Sep 27, 2022
1 parent 15c17a8 commit f52553c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update -y && apt-get install -y \
RUN bash ./scripts/setup_omnizart.sh
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -U numpy
RUN pip install click==8.0.4
RUN python test.py

# Run the web service on container startup. Here we use the gunicorn
Expand Down

0 comments on commit f52553c

Please sign in to comment.