Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 9, 2025
1 parent e0729ff commit 0e1e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gantry/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ done
# Function to check for conda, install it if needed.
function ensure_conda {
if ! command -v conda &> /dev/null; then
echo "installing conda..."
echo "[GANTRY] Installing conda..."
curl -fsSL -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x ~/miniconda.sh
~/miniconda.sh -b -p /opt/conda
Expand Down

0 comments on commit 0e1e445

Please sign in to comment.