initial
This commit is contained in:
parent
e9c535c701
commit
5ffb14c5bb
@ -1,6 +1,8 @@
|
|||||||
FROM jupyter/scipy-notebook
|
FROM jupyter/scipy-notebook
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
pip install influxdb \
|
pip install influxdb && \
|
||||||
pip install pymongo
|
pip install pymongo && \
|
||||||
|
fix-permissions $CONDA_DIR && \
|
||||||
|
fix-permissions /home/$NB_USER
|
||||||
|
|
||||||
|
4
build.sh
Executable file
4
build.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
docker build --tag registry.gitlab.com/wolutator/jupyter-scipy-database-extension:latest --tag registry.gitlab.com/wolutator/jupyter-scipy-database-extension:1.0 .
|
||||||
|
|
11
jupyter-scipy-database-extension.sh
Executable file
11
jupyter-scipy-database-extension.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# docker volume create jupyter-data
|
||||||
|
|
||||||
|
docker run \
|
||||||
|
-d \
|
||||||
|
-v jupyter-data:/home/jovyan/work \
|
||||||
|
-p 8888:8888 \
|
||||||
|
--rm \
|
||||||
|
--name jupyter \
|
||||||
|
registry.gitlab.com/wolutator/jupyter-scipy-database-extension:latest
|
Loading…
x
Reference in New Issue
Block a user