man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
858 stars 82 forks source link

ERROR: Service 'git-repo-init' failed to build : Build failed #127

Open kuleshov01 opened 1 year ago

kuleshov01 commented 1 year ago

image Sequence:

  1. git clone
  2. cd docker
  3. docker-compose up
kuleshov01 commented 1 year ago

Okey, I tried to run via python: python setup.py develop

image Ok, I'm trying to install the latest version image

jonbannister commented 1 year ago

Hey, thanks for trying Notebooker out.

The pin was added to Werkzeug here due to this issue: https://github.com/pallets/werkzeug/issues/2485. It looks like it was fixed in Werkzeug==2.2.2 so perhaps you can try removing the pin locally from setup.cfg and seeing if it runs okay without the pin?

Alternatively I think you can install an older version of flask - flask==2.1.3 seems to be the latest version which would work.