Skip to content

Commit 7d0587d

Browse files
authored
Merge pull request #21 from SantanderMetGroup/devel
merge devel into master for release 2.5.3
2 parents 8a02b51 + bfcf075 commit 7d0587d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

conda/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r
1010
_Note for jupyter notebook users_: From a dedicated environment, to run notebooks using climate4R include it as:
1111

1212
```bash
13-
conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r
14-
jupyter r-irkernel
13+
conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r jupyter r-irkernel
1514
```
1615

1716
in order to include jupyter notebooks in your newly created environment

docker/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
# Dockerfile
12

2-
## Dockerfile containing all required software to work with climate4R in jupyter
3-
4-
This Dockerfile is the basis of the climate4r [Docker](https://www.docker.com/why-docker), where `climate4R` and [jupyter](https://jupyter.readthedocs.io/en/latest) frameworks are already installed. This is the base layer for the **climate4R Hub** (a cloud-based computing facility to run `climate4R` notebooks at [IFCA/CSIC Cloud Services](https://ifca.unican.es/en-us/research/advanced-computing-and-e-science)).
3+
This Dockerfile is the basis of the climate4R [Docker](https://www.docker.com/why-docker), where `climate4R` and [jupyter](https://jupyter.readthedocs.io/en/latest) frameworks are already installed. This is the base layer for the **climate4R Hub** (a cloud-based computing facility to run `climate4R` notebooks at [IFCA (CSIC-UC) Cloud Services](https://ifca.unican.es/en-us/research/advanced-computing-and-e-science)).
54

65
## Instructions to start working with the climate4R Docker
76

@@ -17,7 +16,7 @@ $ sudo usermod -aG docker your-user
1716

1817
Finally, "logout" and "login" again.
1918

20-
Find more information about docker at [https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b](https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b)
19+
Find more information about docker at [this freeCodeCamp entry](https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b)
2120

2221
### Pull and run the climate4r Docker image
2322

@@ -33,7 +32,7 @@ http://(firstchoice or secondchoice):8888/
3332

3433
Write http://firstchoice:8888/ or http://secondchoice:8888/ in your browser and start working with climate4R in jupyter!
3534

36-
### Build (only for the admin)
35+
## Build (only for the admin)
3736

3837
```bash
3938
docker build -t santandermetgroup/climate4r:latest -f Dockerfile .

0 commit comments

Comments
 (0)