kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
30ef2209cc
|
@ -6,7 +6,7 @@ set -ex
|
|||
|
||||
cd $(dirname $0)
|
||||
MINIFORGE_VERSION=4.8.2-1
|
||||
MAMBA_VERSION=0.5.1
|
||||
MAMBA_VERSION=0.6.1
|
||||
# SHA256 for installers can be obtained from https://github.com/conda-forge/miniforge/releases
|
||||
SHA256SUM="4f897e503bd0edfb277524ca5b6a5b14ad818b3198c2f07a36858b7d88c928db"
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
name: lume-model-server-demo
|
||||
dependencies:
|
||||
- python=3.7
|
||||
# specify a channel name in the dependency
|
||||
# mamba < 0.6 doesn't handle this right
|
||||
- bokeh::jupyter_bokeh==2.0.3
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env python3
|
||||
import jupyter_bokeh
|
Ładowanie…
Reference in New Issue