RhodiumGroup / docker_images

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

should pin pip #52

Closed bolliger32 closed 5 years ago

bolliger32 commented 6 years ago

the pip version installed with the current notebook image is 9.0.3. It gives an error when trying to use it, until you update it to a newer version:

Traceback (most recent call last):
  File "/opt/conda/bin/pip", line 6, in <module>
    sys.exit(pip.main())
AttributeError: module 'pip' has no attribute 'main'

I think we should add pip to the conda install package line in the Dockerfile. The current version is 18.0 so we could pin to that version (on both worker and notebook)

delgadom commented 6 years ago

@bolliger32 how did you update pip? conda update or pip upgrade?

yeah it looks like conda-forge has pip 18.0. not sure how 9.0.3 always gets installed. maybe one of our dependencies needs it... I'll give it a whirl and see what happens.

Thanks

delgadom commented 5 years ago

closed by #65