Skip to content

Commit

Permalink
Workaround for stale flask-smorest.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 3, 2023
1 parent bdd0789 commit 290ea32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/machinaris_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ cd /chia-blockchain

venv/bin/pip3 install -r /machinaris/docker/requirements.txt

# Issue with stale flask-smorest, force an install
./venv/bin/pip list installed | grep smorest
./venv/bin/pip install --force flask-smorest
./venv/bin/pip list installed | grep smorest

cp -f /machinaris/docker/entrypoint.sh /chia-blockchain/

chmod 755 /machinaris/scripts/* /chia-blockchain/entrypoint.sh
Expand Down

0 comments on commit 290ea32

Please sign in to comment.