Start migrating to docker-based notebooks

This commit is contained in:
heyarne 2020-08-12 10:12:29 +00:00
commit 9602e579d9
3 changed files with 17 additions and 0 deletions

4
.dockerignore Normal file
View file

@ -0,0 +1,4 @@
# don't send downloaded artefacts to the docker build daemon
**/input/**/*.zip
**/input/**/*.SAFE*
**/input/**/*.jp2

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
# See https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#using-pip-install-or-conda-install-in-a-child-docker-image for more info
FROM jupyter/scipy-notebook
ENV JUPYTER_LAB_ENABLE=1
# RUN pip install geopandas sentinelsat==0.14 descartes && \
# fix-permissions $CONDA_DIR && \
# fix-permissions /home/$NB_USER

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# Remote Sensing in a Journalistic Contexto
```
$ docker build . -t eratosthenes:latest
```