We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac657b7 + 2ebcdc5 commit 3cba084Copy full SHA for 3cba084
docs/using/recipes.md
@@ -112,7 +112,7 @@ ARG conda_env=python36
112
ARG py_ver=3.6
113
114
# you can add additional libraries you want conda to install by listing them below the first line and ending with "&& \"
115
-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 && \
116
conda clean --all -f -y
117
118
# alternatively, you can comment out the lines above and uncomment those below
0 commit comments