Skip to content

Commit c0d70d5

Browse files
author
Sara Safavi
committed
hooray Conda 4.4+ breaks Kernda
1 parent 40500af commit c0d70d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

planet-notebook-docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ RUN pip install --upgrade pip && \
7373
shapely \
7474
tqdm
7575

76+
# Hotfix: downgrade Conda to avoid Kernda bug
77+
RUN conda install -y conda=4.3
78+
7679
# Activate Python2 kernel globally and upon kernel launch.
7780
USER root
7881
RUN pip install kernda --no-cache && \

0 commit comments

Comments
 (0)