mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Enable verbose mode on mamba install
This commit is contained in:
@@ -131,7 +131,7 @@ RUN set -x && \
|
|||||||
./micromamba install \
|
./micromamba install \
|
||||||
--root-prefix="${CONDA_DIR}" \
|
--root-prefix="${CONDA_DIR}" \
|
||||||
--prefix="${CONDA_DIR}" \
|
--prefix="${CONDA_DIR}" \
|
||||||
--yes \
|
-vvv --yes \
|
||||||
"${PYTHON_SPECIFIER}" \
|
"${PYTHON_SPECIFIER}" \
|
||||||
"${MAMBA_SPECIFIER}" \
|
"${MAMBA_SPECIFIER}" \
|
||||||
'notebook' \
|
'notebook' \
|
||||||
|
Reference in New Issue
Block a user