Skip to content

Commit

Permalink
Use latest for miniconda, not fixed old version
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Mar 25, 2024
1 parent 098c790 commit 7bf9ed3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker_build_script_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ apt-get update && apt-get install -y \
apt-get upgrade -y

# Install conda
wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-Linux-x86_64.sh && \
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
mkdir -p /h2ogpt_conda && \
bash ./Miniconda3-py310_23.1.0-1-Linux-x86_64.sh -b -u -p /h2ogpt_conda && \
bash ./Miniconda3-latest-Linux-x86_64.sh -b -u -p /h2ogpt_conda && \
conda update -n base conda \
conda install python=3.10 pygobject weasyprint -c conda-forge -y

# if building for CPU, would remove CMAKE_ARGS and avoid GPU image as base image
Expand Down

0 comments on commit 7bf9ed3

Please sign in to comment.