You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2018. It is now read-only.
It contains a pypi package along with some notebooks to demonstrate the package. It also has a requirements.txt file that contains:
numpy
scipy
matplotlib
nibabel
ipywidgets
(Note: I've also tried it with explicit version numbers in the requirements)
However, when I want to build a binder from this, I receive the following Log:
Waiting for build to start...
Waiting for build to start...
Waiting for build to start...
Cloning into '/tmp/2c2d2380-78db-4b01-8cae-7a4ada449679'...
HEAD is now at 998563a Update requirements.txt
Using python-pip builder
pulling image error : Error: image jupyterhub/singleuser-builder-venv-3.5 not found
pulling image error : Error: image jupyterhub/singleuser-builder-venv-3.5 not found
ERROR: An error occurred: unable to get jupyterhub/singleuser-builder-venv-3.5:v0.2.1
ERROR: Suggested solution: check image name, or if using local image add --pull-policy=never
flag
ERROR: If the problem persists consult the docs at https://github.com/openshift/source-to-im
age/tree/master/docs. Eventually reach us on freenode #openshift or file an issue at https:/
/github.com/openshift/source-to-image/issues providing us with a log from your build using -
-loglevel=3
Failed to build image!
Since source-to-image or jupyterhub/singleuser-builder-venv-3.5 are not in my requirements, I assume this is a broader bug so I thought I would submit an issue.
I just tried to turn this repository into a binder: https://github.com/janfreyberg/niwidgets
It contains a
pypipackage along with some notebooks to demonstrate the package. It also has arequirements.txtfile that contains:(Note: I've also tried it with explicit version numbers in the requirements)
However, when I want to build a binder from this, I receive the following Log:
Since source-to-image or jupyterhub/singleuser-builder-venv-3.5 are not in my requirements, I assume this is a broader bug so I thought I would submit an issue.