kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix path to conda history
rodzic
7ade437de4
commit
224968c588
|
@ -63,7 +63,7 @@ fi
|
||||||
# which seems to result in some effective pinning of packages in the initial env,
|
# which seems to result in some effective pinning of packages in the initial env,
|
||||||
# which we don't intend.
|
# which we don't intend.
|
||||||
# this file must not be *removed*, however
|
# this file must not be *removed*, however
|
||||||
echo '' > ${CONDA_DIR}/envs/kernel/conda-meta/history
|
echo '' > ${CONDA_DIR}/conda-meta/history
|
||||||
|
|
||||||
# Clean things out!
|
# Clean things out!
|
||||||
conda clean -tipsy
|
conda clean -tipsy
|
||||||
|
|
Ładowanie…
Reference in New Issue