Skip to content

Commit a2d0329

Browse files
committed
explicitly put pip in the base env
instead of depending on conda's automatic pip dependency for Python, which is sensitive to configuation
1 parent 1e240ef commit a2d0329

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

repo2docker/buildpacks/conda/environment.py-2.7.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ channels:
22
- conda-forge
33
dependencies:
44
- python=2.7.*
5+
- pip
56
- ipykernel==4.8.2
67
- wcwidth==0.1.9

repo2docker/buildpacks/conda/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- python=3.7
5+
- pip
56
- ipywidgets==7.6.3
67
- jupyter-offlinenotebook==0.2.1
78
- jupyter-resource-usage==0.5.1

0 commit comments

Comments
 (0)