Skip to content

Commit

Permalink
Update version 9.0 to 10.0 across docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas authored Oct 20, 2023
1 parent d5e2850 commit 61df2d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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:9.0.svg)](https://microbadger.com/images/darribas/gds:9.0 "Get your own image badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/darribas/gds:9.0.svg)](https://microbadger.com/images/darribas/gds:9.0 "Get your own version badge on microbadger.com")
[![](https://images.microbadger.com/badges/image/darribas/gds:10.0.svg)](https://microbadger.com/images/darribas/gds:10.0 "Get your own image badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/darribas/gds:10.0.svg)](https://microbadger.com/images/darribas/gds:10.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 = {9.0},
version = {10.0},
date = {2023-04-11},
doi = {10.5281/zenodo.4642516},
}
Expand Down
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:9.0"]
images: ["darribas/gds:10.0"]
config.vm.provision "docker" do |d|
d.post_install_provision "shell", inline:"docker tag darribas/gds:9.0 gds"
d.post_install_provision "shell", inline:"docker tag darribas/gds10.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:9.0 \
darribas/gds_py:10.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: "9.0"
version: "10.0"

0 comments on commit 61df2d9

Please sign in to comment.