Skip to content

Commit 2d2910e

Browse files
committed
Fixes to dockerfile
1 parent e85d5fa commit 2d2910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN conda config --quiet --add channels conda-forge \
1818
# Remove python from pinned versions; this allows us to update python. From: https://stackoverflow.com/a/11245372/13885200 \
1919
&& sed -i "s/^python 3.*//" /opt/conda/conda-meta/pinned \
2020
&& mamba install --quiet --yes python=${PYTHON_VERSION} \
21-
&& mamba env update --quiet --name=base --file="${ENVIRONMENT_FILE}" \
21+
&& mamba env update --quiet --file="${ENVIRONMENT_FILE}" \
2222
# && mamba install --file "${HOME}/mamba_install.txt" \
2323
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
2424
#&& mamba env update --name base --file "${ENVIRONMENT_FILE}" \

0 commit comments

Comments
 (0)