Skip to content

Commit

Permalink
Update simulator, explorer and mb_simulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt authored Dec 12, 2024
1 parent c07594b commit ffb57a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bokeh.oggm.org/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
image: "ghcr.io/oggm/bokeh:20221229"
container_name: "simulator-app"
command:
- "git+https://github.com/OGGM/glacier_simulator.git@v1.8"
- "git+https://github.com/OGGM/glacier_simulator.git@v1.9"
- "app.ipynb"
environment:
- "BOKEH_PREFIX=/simulator"
Expand All @@ -43,7 +43,7 @@ services:
image: "oggm/bokeh:20191210"
container_name: "explorer-app"
command:
- "git+https://github.com/OGGM/world-glacier-explorer.git@v1.4"
- "git+https://github.com/OGGM/world-glacier-explorer.git@v1.6"
- "app.ipynb"
environment:
- "BOKEH_PREFIX=/explorer"
Expand All @@ -58,7 +58,7 @@ services:
image: "oggm/bokeh:20211010"
container_name: "mb_simulator-app"
command:
- "git+https://github.com/OGGM/mb_simulator.git@v1.2"
- "git+https://github.com/OGGM/mb_simulator.git@v1.3"
- "app.ipynb"
environment:
- "BOKEH_PREFIX=/mb_simulator"
Expand Down

0 comments on commit ffb57a6

Please sign in to comment.