Skip to content

Commit

Permalink
remove strict channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 3, 2023
1 parent 6a1b06a commit b3018b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN apt-get update \
COPY environment.yml /tmp/environment.yml
RUN sed -i -E "s/^(\s+- python=).*$/\1${PYTHON_VERSION}/" /tmp/environment.yml

RUN conda config --set channel_priority strict \
&& conda install -n base conda-libmamba-solver \
RUN conda install -n base conda-libmamba-solver \
&& conda config --set solver libmamba \
&& conda install python="${PYTHON_VERSION}" setuptools \
&& conda update conda \
Expand Down

0 comments on commit b3018b0

Please sign in to comment.