Merge branch 'master' into add-vim

This commit is contained in:
Peter Parente
2020-04-19 12:02:35 -04:00
committed by GitHub
4 changed files with 4415 additions and 1429 deletions

View File

@@ -112,7 +112,7 @@ ARG conda_env=python36
ARG py_ver=3.6
# you can add additional libraries you want conda to install by listing them below the first line and ending with "&& \"
RUN conda env create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
RUN conda create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
conda clean --all -f -y
# alternatively, you can comment out the lines above and uncomment those below