Commit 57b78ba3 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge branch 'master' into add-vim

parents ac3d08c1 859aaa22
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -112,7 +112,7 @@ ARG conda_env=python36 ...@@ -112,7 +112,7 @@ ARG conda_env=python36
ARG py_ver=3.6 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 "&& \" # 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 conda clean --all -f -y
# alternatively, you can comment out the lines above and uncomment those below # alternatively, you can comment out the lines above and uncomment those below
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment