We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805c555 + 1bb9277 commit 30ef220Copy full SHA for 30ef220
repo2docker/buildpacks/conda/install-miniforge.bash
@@ -6,7 +6,7 @@ set -ex
6
7
cd $(dirname $0)
8
MINIFORGE_VERSION=4.8.2-1
9
-MAMBA_VERSION=0.5.1
+MAMBA_VERSION=0.6.1
10
# SHA256 for installers can be obtained from https://github.com/conda-forge/miniforge/releases
11
SHA256SUM="4f897e503bd0edfb277524ca5b6a5b14ad818b3198c2f07a36858b7d88c928db"
12
tests/conda/channel-dep/environment.yml
@@ -0,0 +1,6 @@
1
+name: lume-model-server-demo
2
+dependencies:
3
+ - python=3.7
4
+ # specify a channel name in the dependency
5
+ # mamba < 0.6 doesn't handle this right
+ - bokeh::jupyter_bokeh==2.0.3
tests/conda/channel-dep/verify
@@ -0,0 +1,2 @@
+#!/usr/bin/env python3
+import jupyter_bokeh
0 commit comments