You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/09/16 06:18:48 UTC

[incubator-sedona] branch vote-on-mybinder updated: Add init environment

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch vote-on-mybinder
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/vote-on-mybinder by this push:
     new 2c1ef483 Add init environment
2c1ef483 is described below

commit 2c1ef48340782ad5cfdf05d54c3a631d5166884c
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Sep 15 23:18:43 2022 -0700

    Add init environment
---
 docs/community/binder/Pipfile   | 11 +++++++++++
 docs/community/binder/apt.txt   |  4 ++++
 docs/community/binder/postBuild |  0
 docs/community/binder/start     |  3 +++
 4 files changed, 18 insertions(+)

diff --git a/docs/community/binder/Pipfile b/docs/community/binder/Pipfile
new file mode 100644
index 00000000..b723d019
--- /dev/null
+++ b/docs/community/binder/Pipfile
@@ -0,0 +1,11 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+
+[requires]
+python_version = "3.7"
diff --git a/docs/community/binder/apt.txt b/docs/community/binder/apt.txt
new file mode 100644
index 00000000..9dddbf0e
--- /dev/null
+++ b/docs/community/binder/apt.txt
@@ -0,0 +1,4 @@
+openjdk-8-jre-headless
+gnupg
+gnupg2
+maven
\ No newline at end of file
diff --git a/docs/community/binder/postBuild b/docs/community/binder/postBuild
new file mode 100644
index 00000000..e69de29b
diff --git a/docs/community/binder/start b/docs/community/binder/start
new file mode 100644
index 00000000..5ae1c706
--- /dev/null
+++ b/docs/community/binder/start
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+exec "$@"
\ No newline at end of file