Skip to content

Commit

Permalink
upgraded numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
epinnock committed Sep 26, 2022
1 parent 951523c commit 15c17a8
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 @@ -33,6 +33,7 @@ RUN apt-get update -y && apt-get install -y \
# Install production dependencies.
RUN bash ./scripts/setup_omnizart.sh
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -U numpy
RUN python test.py

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

0 comments on commit 15c17a8

Please sign in to comment.