Skip to content

Commit

Permalink
Fixes to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Oct 5, 2022
1 parent e85d5fa commit 2d2910e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN conda config --quiet --add channels conda-forge \
# Remove python from pinned versions; this allows us to update python. From: https://stackoverflow.com/a/11245372/13885200 \
&& sed -i "s/^python 3.*//" /opt/conda/conda-meta/pinned \
&& mamba install --quiet --yes python=${PYTHON_VERSION} \
&& mamba env update --quiet --name=base --file="${ENVIRONMENT_FILE}" \
&& mamba env update --quiet --file="${ENVIRONMENT_FILE}" \
# && mamba install --file "${HOME}/mamba_install.txt" \
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
#&& mamba env update --name base --file "${ENVIRONMENT_FILE}" \
Expand Down

0 comments on commit 2d2910e

Please sign in to comment.