Skip to content

Commit

Permalink
release/1.0.0: Print the version of relevant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Feb 28, 2021
1 parent a81d8ce commit 82c5d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 52,8 @@ RUN conda config --set auto_activate_base true && \
${SCIPY_VER:-scipy} \
${SKLEARN_VER:-scikit-learn} && \
conda run -n base --no-capture-output python -m pip install --no-cache-dir -e ".[development,examples]" && \
conda clean --all -y
conda clean --all -y && \
conda run -n base --no-capture-output python -m pip freeze | grep -i -E 'cython|numpy|scipy|scikit-learn'

RUN conda run --no-capture-output -n base ipython profile create \
&& echo -e "\nc.InteractiveShellApp.exec_lines = [\x27import sys; sys.path.append(\x22${HOME}\x22)\x27]" >> $(conda run -n base ipython locate)/profile_default/ipython_config.py
Expand Down

0 comments on commit 82c5d6a

Please sign in to comment.