berkeley-dsep-infra / hubploy

Toolkit to deploy many z2jh based JupyterHubs
BSD 3-Clause "New" or "Revised" License
17 stars 15 forks source link

Update Repo2docker Requirement #46

Closed salvis2 closed 4 years ago

salvis2 commented 4 years ago

Remove the requirement for repo2docker. See #43 .

yuvipanda commented 4 years ago

There has been a new repo2docker release! https://pypi.org/project/jupyter-repo2docker/ - 0.11. Let's change our requirement?

salvis2 commented 4 years ago

Yeah I'll try using that and see if everything works.

salvis2 commented 4 years ago

I confirmed that repo2docker v0.10 still wasn't able to push an image because of the error above, then confirmed that v0.11 worked. Now we can have clean requirements again!

salvis2 commented 4 years ago

I had to update the cache "version" on my fork to get the setuptools to solve correctly.

yuvipanda commented 4 years ago

@salvis2 right. I removed the 'fall back to latest cache' functionality, which seems to have made things much better!