Skip to content

Commit

Permalink
RLS: v7.0 - Website built
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Oct 23, 2021
1 parent d1f9235 commit c89bea8
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A containerised platform for Geographic Data Science: `gds_env`

[![](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")
[![](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")
[![](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")
[![](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")
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/darribas/gds_env/master)

* [Dani Arribas-Bel](http://darribas.org)
Expand Down Expand Up @@ -42,7 +42,7 @@ The `gds_env` is an open-source project. To join the conversation, please read t
author = { Dani Arribas-Bel },
title = {\texttt{gds\_env}: A containerised platform for Geographic Data Science},
url = {https://darribas.org/gds_env},
version = {6.1},
version = {7.0},
date = {2019-08-06},
doi = {10.5281/zenodo.4642516},
}
Expand Down
16 changes: 8 additions & 8 deletions docs/assets/js/search-data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/guides/docker_install/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/stacks/gds/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/stacks/gds_dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/stacks/gds_py/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions virtualbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Vagrant.configure("2") do |config|

# Docker setup and run
config.vm.provision "docker",
images: ["darribas/gds:6.1"]
images: ["darribas/gds:7.0"]
config.vm.provision "docker" do |d|
d.post_install_provision "shell", inline:"docker tag darribas/gds:6.1 gds"
d.post_install_provision "shell", inline:"docker tag darribas/gds:7.0 gds"
d.run "gds",
args: "-v '/vagrant_data:/home/jovyan/work' \
-p 8888:8888 \
Expand Down
2 changes: 1 addition & 1 deletion virtualbox/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ write_files:
-d \
--user root -e NB_UID=1100 -e NB_GID=1100 \
-v /home/rancher/data:/home/jovyan/work \
darribas/gds_py:6.1 \
darribas/gds_py:7.0 \
start.sh jupyter lab \
--LabApp.password='sha1:7e77920661c8:d477dc309a041ded0b6822f538fc2ba8a1fb7f88'
echo -e "\n ******* \n"
Expand Down
2 changes: 1 addition & 1 deletion website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ compress_html:

# Added gds_env variables
gds_env:
version: "6.1"
version: "7.0"

0 comments on commit c89bea8

Please sign in to comment.