Skip to content

Commit

Permalink
Analytic donut: Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger authored Aug 1, 2024
1 parent 06a3cf0 commit 46e26ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/analytic-donut/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt update && \
DEBIAN_FRONTEND="noninteractive" apt install -y python3-venv && \
python3 -m venv venv && \
. venv/bin/activate && \
pip install install umbridge numpy
pip install umbridge numpy

CMD . venv/bin/activate && python3 /server/server.py

0 comments on commit 46e26ff

Please sign in to comment.