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.
1 parent e85d5fa commit 2d2910eCopy full SHA for 2d2910e
Dockerfile
@@ -18,7 +18,7 @@ RUN conda config --quiet --add channels conda-forge \
18
# Remove python from pinned versions; this allows us to update python. From: https://stackoverflow.com/a/11245372/13885200 \
19
&& sed -i "s/^python 3.*//" /opt/conda/conda-meta/pinned \
20
&& mamba install --quiet --yes python=${PYTHON_VERSION} \
21
- && mamba env update --quiet --name=base --file="${ENVIRONMENT_FILE}" \
+ && mamba env update --quiet --file="${ENVIRONMENT_FILE}" \
22
# && mamba install --file "${HOME}/mamba_install.txt" \
23
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
24
#&& mamba env update --name base --file "${ENVIRONMENT_FILE}" \
0 commit comments