Skip to content

Commit c89bea8

Browse files
committed
RLS: v7.0 - Website built
1 parent d1f9235 commit c89bea8

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A containerised platform for Geographic Data Science: `gds_env`
22

3-
[![](https://images.microbadger.com/badges/image/darribas/gds:6.1.svg)](https://microbadger.com/images/darribas/gds:6.1 "Get your own image badge on microbadger.com")
4-
[![](https://images.microbadger.com/badges/version/darribas/gds:6.1.svg)](https://microbadger.com/images/darribas/gds:6.1 "Get your own version badge on microbadger.com")
3+
[![](https://images.microbadger.com/badges/image/darribas/gds:7.0.svg)](https://microbadger.com/images/darribas/gds:7.0 "Get your own image badge on microbadger.com")
4+
[![](https://images.microbadger.com/badges/version/darribas/gds:7.0.svg)](https://microbadger.com/images/darribas/gds:7.0 "Get your own version badge on microbadger.com")
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/darribas/gds_env/master)
66

77
* [Dani Arribas-Bel](http://darribas.org)
@@ -42,7 +42,7 @@ The `gds_env` is an open-source project. To join the conversation, please read t
4242
author = { Dani Arribas-Bel },
4343
title = {\texttt{gds\_env}: A containerised platform for Geographic Data Science},
4444
url = {https://darribas.org/gds_env},
45-
version = {6.1},
45+
version = {7.0},
4646
date = {2019-08-06},
4747
doi = {10.5281/zenodo.4642516},
4848
}

docs/assets/js/search-data.json

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

docs/guides/docker_install/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/stacks/gds/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/stacks/gds_dev/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/stacks/gds_py/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

virtualbox/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Vagrant.configure("2") do |config|
4040

4141
# Docker setup and run
4242
config.vm.provision "docker",
43-
images: ["darribas/gds:6.1"]
43+
images: ["darribas/gds:7.0"]
4444
config.vm.provision "docker" do |d|
45-
d.post_install_provision "shell", inline:"docker tag darribas/gds:6.1 gds"
45+
d.post_install_provision "shell", inline:"docker tag darribas/gds:7.0 gds"
4646
d.run "gds",
4747
args: "-v '/vagrant_data:/home/jovyan/work' \
4848
-p 8888:8888 \

virtualbox/cloud-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ write_files:
3030
-d \
3131
--user root -e NB_UID=1100 -e NB_GID=1100 \
3232
-v /home/rancher/data:/home/jovyan/work \
33-
darribas/gds_py:6.1 \
33+
darribas/gds_py:7.0 \
3434
start.sh jupyter lab \
3535
--LabApp.password='sha1:7e77920661c8:d477dc309a041ded0b6822f538fc2ba8a1fb7f88'
3636
echo -e "\n ******* \n"

website/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ compress_html:
113113

114114
# Added gds_env variables
115115
gds_env:
116-
version: "6.1"
116+
version: "7.0"

0 commit comments

Comments
 (0)