Skip to content

Commit

Permalink
Merge pull request #21 from SantanderMetGroup/devel
Browse files Browse the repository at this point in the history
merge devel into master for release 2.5.3
  • Loading branch information
jesusff authored Aug 9, 2021
2 parents 8a02b51 + bfcf075 commit 7d0587d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r
_Note for jupyter notebook users_: From a dedicated environment, to run notebooks using climate4R include it as:

```bash
conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r
jupyter r-irkernel
conda install -c conda-forge -c r -c defaults -c santandermetgroup r-climate4r jupyter r-irkernel
```

in order to include jupyter notebooks in your newly created environment
Expand Down
9 changes: 4 additions & 5 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Dockerfile

## Dockerfile containing all required software to work with climate4R in jupyter

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)).
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)).

## Instructions to start working with the climate4R Docker

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

Finally, "logout" and "login" again.

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)
Find more information about docker at [this freeCodeCamp entry](https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b)

### Pull and run the climate4r Docker image

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

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

### Build (only for the admin)
## Build (only for the admin)

```bash
docker build -t santandermetgroup/climate4r:latest -f Dockerfile .
Expand Down

0 comments on commit 7d0587d

Please sign in to comment.