-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build jupyter-scipy-notebook-ee image. #38
Comments
I have an identical problem, though the issue seems related to the bqplot package. Failed to build on a Linux Mint 19.2 machine, with Docker version 18.09.7
|
For those of you who come across this post, I've have found a workaround by updating the jupyter scipy notebook docker that serves as the base to build the jupyter-scipy-notebook-ee, as well as updating the package versions for the different packages that are subsequently installed. Here is the Dockerfile I have modified to achieve a succesful build, but keep in mind I got here by trial and error, not a deep understanding of Docker builds:
|
Thanks for working on updating the Dockerfile, which as you discovered is using quite a few old versions. Feel free to submit a Pull Request for review with the changes you found to work. |
Done! I must say I am by no means a Docker expert. However I am a little puzzled, as my limited understanding of Docker is that it provides stable and consistent builds of things that just work, and therefore don't really have to be updated. Is the issue then that some of the packages being installed were pointing to broken versions? |
That understanding of Docker is correct. However, in this case Docker is being used to build an environment of "front end applications" including the Earth Engine Python API, which needs to be kept in sync with the version of the Earth Engine backend servers (i.e. the cloud service). And we push updates to Earth Engine backend servers about once a week. |
While attempting to build jupyter-scipy-notebook-ee image, I encountered the following error which prevented me from building the image properly.
I am using Windows 10 Home and Docker Toolbox, with Virtualization enabled.
The text was updated successfully, but these errors were encountered: