Skip to content

Commit

Permalink
Restore docker build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 21, 2023
1 parent 9e35f17 commit 04d7abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget -O /sw/nodes.tsv.gz https://askem-mira.s3.amazonaws.com/dkg/$domain/bui

# Python packages
RUN python -m pip install --upgrade pip && \
python -m pip install git+https://github.com/indralab/mira.git@mathml-sympy#egg=mira[web,uvicorn,dkg-client] && \
python -m pip install git+https://github.com/indralab/mira.git@main#egg=mira[web,uvicorn,dkg-client] && \
python -m pip uninstall -y flask_bootstrap && \
python -m pip uninstall -y bootstrap_flask && \
python -m pip install bootstrap_flask && \
Expand Down

0 comments on commit 04d7abc

Please sign in to comment.