Skip to content

Commit

Permalink
fixed miniconda version
Browse files Browse the repository at this point in the history
  • Loading branch information
devendra-zomato committed Feb 29, 2024
1 parent 8e756dc commit fa60139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/models/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

SETUP_MINICONDA = """
# Setup miniconda
RUN curl -L https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh >> miniconda.sh
RUN curl -L https://repo.anaconda.com/miniconda/Miniconda3-py311_24.1.2-0-Linux-x86_64.sh >> miniconda.sh
RUN bash ./miniconda.sh -b -p /miniconda && rm ./miniconda.sh
ENV PATH="/miniconda/bin:$PATH"
"""
Expand Down

0 comments on commit fa60139

Please sign in to comment.