Skip to content

Commit

Permalink
Merge pull request #5193 from shaneknapp/dh166-upgrade-mambaforge
Browse files Browse the repository at this point in the history
[DH-166] bump mambaforge
  • Loading branch information
shaneknapp authored Nov 9, 2023
2 parents 9488b62 + 8203e97 commit 9301200
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 1 addition & 5 deletions deployments/data8/image/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION=4.10.3-7
MAMBAFORGE_VERSION='23.1.0-1'

URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Mambaforge-${MAMBAFORGE_VERSION}-Linux-x86_64.sh"
INSTALLER_PATH=/tmp/mambaforge-installer.sh

# make sure we don't do anything funky with user's $HOME
# since this is run as root
unset HOME

wget --quiet $URL -O ${INSTALLER_PATH}
chmod +x ${INSTALLER_PATH}

Expand Down
6 changes: 1 addition & 5 deletions deployments/datahub/images/default/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION=4.10.3-7
MAMBAFORGE_VERSION='23.1.0-1'

URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Mambaforge-${MAMBAFORGE_VERSION}-Linux-x86_64.sh"
INSTALLER_PATH=/tmp/mambaforge-installer.sh

# make sure we don't do anything funky with user's $HOME
# since this is run as root
unset HOME

wget --quiet $URL -O ${INSTALLER_PATH}
chmod +x ${INSTALLER_PATH}

Expand Down
6 changes: 1 addition & 5 deletions deployments/ischool/image/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION=4.10.3-7
MAMBAFORGE_VERSION='23.1.0-1'

URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Mambaforge-${MAMBAFORGE_VERSION}-Linux-x86_64.sh"
INSTALLER_PATH=/tmp/mambaforge-installer.sh

# make sure we don't do anything funky with user's $HOME
# since this is run as root
unset HOME

wget --quiet $URL -O ${INSTALLER_PATH}
chmod +x ${INSTALLER_PATH}

Expand Down
6 changes: 1 addition & 5 deletions deployments/shiny/image/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION=4.10.3-7
MAMBAFORGE_VERSION='23.1.0-1'

URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Mambaforge-${MAMBAFORGE_VERSION}-Linux-x86_64.sh"
INSTALLER_PATH=/tmp/mambaforge-installer.sh

# make sure we don't do anything funky with user's $HOME
# since this is run as root
unset HOME

wget --quiet $URL -O ${INSTALLER_PATH}
chmod +x ${INSTALLER_PATH}

Expand Down

0 comments on commit 9301200

Please sign in to comment.