Skip to content

Commit

Permalink
dev-r now builds...
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed May 7, 2024
1 parent d8e440a commit b552d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/dev-r/images/default/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- python=3.10.* # mamba installation with py3.11 fails: No module named 'conda.cliconda'
- python=3.11.* # mamba installation with py3.11 fails: No module named 'conda.cliconda'
- pip=23.1.*
- nodejs=18.*
# bug w/notebook and traitlets: https://github.com/jupyter/notebook/issues/7048
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/default/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION=23.1.0-1
MAMBAFORGE_VERSION=24.3.0-0

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

0 comments on commit b552d41

Please sign in to comment.