mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Merge pull request #1061 from romainx/recipes_fix
[DOC] #1060 Fix conda command to create env
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user