Skip to content

Commit 2ac3bd4

Browse files
author
Romain Beucher
committed
Add Tuto 3-12
1 parent 27a6a6d commit 2ac3bd4

58 files changed

Lines changed: 6388 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM underworldcode/underworld2:latest
2+
COPY . /home/jovyan/workspace/.
3+
4+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# UWGeo Repository example
2+
3+
## Requirement
4+
5+
- docker-compose
6+
7+
## How to run?
8+
9+
1. Clone the current directory:
10+
11+
` git clone rbeucher/uwgeo_repo_example`
12+
13+
1. `cd` into the directory:
14+
15+
` cd uwgeo_repo_example`
16+
1. run docker-compose;
17+
18+
` docker-compose up`
19+
20+
21+
Note: docker-compose will automatically build the image and start a container.
22+
You can force the image build by running:
23+
24+
` docker-compose build`

UWGeodynamics_Tutorials/UWGeo_tutorial10_PassiveMargins/Tutorial_10_passive_margins.ipynb

Lines changed: 606 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
version: '3'
3+
services:
4+
underworld:
5+
container_name: underworld
6+
build:
7+
context: $PWD
8+
dockerfile: Dockerfile
9+
hostname: "uw-container"
10+
volumes:
11+
- $PWD:/workspace/user_data
12+
working_dir: /workspace/user_data
13+
command: "jupyter notebook --ip=0.0.0.0 --no-browser"
14+
ports:
15+
- "8888:8888"
16+
- "9999:9999"
17+
244 KB
Loading
1.33 MB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uwgeodynamics>=v2.7.7
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM underworldcode/underworld2:latest
2+
COPY . /home/jovyan/workspace/.
3+
4+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# UWGeo Repository example
2+
3+
## Requirement
4+
5+
- docker-compose
6+
7+
## How to run?
8+
9+
1. Clone the current directory:
10+
11+
` git clone rbeucher/uwgeo_repo_example`
12+
13+
1. `cd` into the directory:
14+
15+
` cd uwgeo_repo_example`
16+
1. run docker-compose;
17+
18+
` docker-compose up`
19+
20+
21+
Note: docker-compose will automatically build the image and start a container.
22+
You can force the image build by running:
23+
24+
` docker-compose build`

UWGeodynamics_Tutorials/UWGeo_tutorial11_Thrust_Wedge/Tutorial_11_ThrustWedges.ipynb

Lines changed: 468 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)