File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,14 @@ USER $NB_UID
1616# without channel set to strict, a conflicting version of gdal
1717# is sometimes installed from the default channel
1818RUN conda config --set channel_priority strict && \
19- conda install -y -c conda-forge --file /tmp/requirements.txt
19+ conda install -y -c conda-forge --file /tmp/requirements.txt && \
20+ conda clean --all -f -y
21+
22+ # This fails to install under conda
23+ RUN pip install --no-cache-dir tslearn
2024
2125# Attempts to avoid having to hardcode this failed.
2226# ref: https://github.com/planetlabs/notebooks/issues/101
2327ENV PROJ_LIB=/opt/conda/share/proj
2428
25- WORKDIR /home/jovyan/work
29+ WORKDIR /home/jovyan/work
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ scikit-learn
2424sentinelhub
2525shapely
2626tqdm
27- tslearn
You can’t perform that action at this time.
0 commit comments