kopia lustrzana https://github.com/jupyterhub/repo2docker
explicitly put pip in the base env
instead of depending on conda's automatic pip dependency for Python, which is sensitive to configuationpull/1024/head
rodzic
1e240efc96
commit
a2d0329b15
|
@ -2,5 +2,6 @@ channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=2.7.*
|
- python=2.7.*
|
||||||
|
- pip
|
||||||
- ipykernel==4.8.2
|
- ipykernel==4.8.2
|
||||||
- wcwidth==0.1.9
|
- wcwidth==0.1.9
|
||||||
|
|
|
@ -2,6 +2,7 @@ channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.7
|
- python=3.7
|
||||||
|
- pip
|
||||||
- ipywidgets==7.6.3
|
- ipywidgets==7.6.3
|
||||||
- jupyter-offlinenotebook==0.2.1
|
- jupyter-offlinenotebook==0.2.1
|
||||||
- jupyter-resource-usage==0.5.1
|
- jupyter-resource-usage==0.5.1
|
||||||
|
|
Ładowanie…
Reference in New Issue