-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from esgf-nimbus/update-climate
Update climate
- Loading branch information
Showing
15 changed files
with
56 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG TAG=0.1.0 | ||
ARG TAG=0.1.1 | ||
ARG IMAGE=ghcr.io/esgf-nimbus/climate-notebook | ||
FROM ${IMAGE}:${TAG} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.DEFAULT_GOAL = build | ||
|
||
VERSION = 0.1.0 | ||
VERSION = 0.1.1 | ||
|
||
run: ARGS = -p 8888:8888 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: base | |
channels: | ||
- conda-forge | ||
dependencies: | ||
# ML packages | ||
- rapids | ||
- cupy | ||
prefix: /opt/conda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Changelog | ||
- Bump climate-notebook-gpu to 0.1.1 [0c44e66](https://github.com/esgf-nimbus/nimbus/commit/0c44e66) (2024-04-18) | ||
- Bump climate-notebook to 0.1.1 [ff7e50e](https://github.com/esgf-nimbus/nimbus/commit/ff7e50e) (2024-04-18) | ||
- Adds climate-notebook-gpu [1acc458](https://github.com/esgf-nimbus/nimbus/commit/1acc458) (2024-03-08) | ||
- Renames minimal-notebook* to climate-notebook and adds new minimal-notebook [7a64382](https://github.com/esgf-nimbus/nimbus/commit/7a64382) (2024-02-20) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[version] | ||
current = "0.1.0" | ||
current = "0.1.1" | ||
|
||
regex = ''' | ||
(?P<major>\d+) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# Changelog | ||
- Bump climate-notebook to 0.1.1 [ff7e50e](https://github.com/esgf-nimbus/nimbus/commit/ff7e50e) (2024-04-18) | ||
- Adds trigger to always rebuild conda env [0d8dffa](https://github.com/esgf-nimbus/nimbus/commit/0d8dffa) (2024-04-18) | ||
- Updates changelog [90f43bf](https://github.com/esgf-nimbus/nimbus/commit/90f43bf) (2024-04-18) | ||
- Bump minimal-notebook to 0.1.19 [b227abe](https://github.com/esgf-nimbus/nimbus/commit/b227abe) (2024-03-08) | ||
- Renames minimal-notebook* to climate-notebook and adds new minimal-notebook [7a64382](https://github.com/esgf-nimbus/nimbus/commit/7a64382) (2024-02-20) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[version] | ||
current = "0.1.0" | ||
current = "0.1.1" | ||
|
||
regex = ''' | ||
(?P<major>\d+) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.DEFAULT_GOAL = build | ||
|
||
VERSION = 0.1.5 | ||
VERSION = 0.1.6 | ||
|
||
include ../Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[version] | ||
current = "0.1.5" | ||
current = "0.1.6" | ||
|
||
regex = ''' | ||
(?P<major>\d+) | ||
|