RhodiumGroup / docker_images

Docker images for Rhodium's jupyterlab deployments
2 stars 2 forks source link

Conda package update #90

Closed delgadom closed 4 years ago

delgadom commented 5 years ago

Workflow

Compute-test.rhg.com functionality tests

Downstream images tested

Superuser signoff

(feel free to add yourself to this list)

Summary

Update a bunch of packages, including:

Incorporates new conda environments:

Adds apt-get packages:

Does not include updates to jupyterlab (see #85) - this introduced some bugs in the cluster interface. Additional exploration of different jupyterlab deployments is required.

Also creates a third image, octave-worker, with a minimal dask-worker build alongside an octave kernel. To use, pull rhodium/octave-worker:dev. This worker is meant to be paired with the octave environment's python kernel (rather than that environment's octave kernel), using dask.distributed to connect to the oct2py octave driver on the worker.

delgadom commented 5 years ago

The version of pandas in this build breaks the dev (vectorized) version of geopandas.

delgadom commented 5 years ago

Numpy int length conflict has been re-introduced. Likely due to a higher version of numpy relative to pandas.

bolliger32 commented 4 years ago

superseeded by #102