Scott Henderson

Results 271 comments of Scott Henderson

And another update... Since this change to repo2docker https://github.com/jupyter/repo2docker/pull/651 , containers seem to have a new entrypoint script : https://github.com/jupyter/repo2docker/blob/80b979f8580ddef184d2ba7d354e7a833cfa38a4/repo2docker/buildpacks/conda/activate-conda.sh So to share the currently active conda environment in a...

You can use https://github.com/pangeo-data/pangeo-cloud-federation/tree/staging/deployments/icesat2/image/binder as a model. No need for a `conda-linux-64.lock` if you don't want to generate one. You can stick with just environment.yml

@yuvipanda, @jhamman, @tjcrone - are we able to switch back to the current repo2docker master here? https://github.com/pangeo-data/pangeo-cloud-federation/blob/d5b73b2443e9c66fc704266a9ae399a5d499a155/.circleci/config.yml#L31-L34 I think we know have all config outside of $HOME...

> There are soo much nested stuff going on here. Thanks for looking into this @consideRatio. Agreed ;) > wait... what is fsGroup in kubernetes really? Without digging into the...

@rsignell-usgs - my guess is you launched before the new 'latest' image was fully pushed to dockerhub and therefore pulled the old image without cuspatial. This is a problem with...

@jsadler2 - I omitted pytorch in the test image. Is there separate gpu-enabled pytorch out there or does installing `pytorch-cpu` from conda-forge pick up a GPU if it exists? I...

@samuel-co - checkout out this blog post @jsadler2 posted today! It contains links to all the relevant AWS GPU node setup https://medium.com/pangeo/deep-learning-with-gpus-on-pangeo-9466e25bfd74

pinging @jacobtomlinson here too, since I think ongoing work to redesign dask cluster managers and add new cluster types (see https://github.com/dask/distributed/issues/2235 and https://github.com/jacobtomlinson/dask-cloud ) is relevant to the discussion!

thanks @TomAugspurger! > should probably be moved to pangeo-deploy/values.yaml to enable it for other hubs (AWS) rather than just the GCP one. @salvis2 - can you take a pass at...

While moving the aws-uswest2 auth to Auth0, I set up access restriction by GitHub Org. This is done with an environment variable under 'advanced settings' for each Auth0 App: I'm...