Skip to content

Commit 1e269aa

Browse files
Merge pull request #16 from aai-institute/fariedabuzaid-patch-1
Fix typos README.md
2 parents 519452b + 88f1bf0 commit 1e269aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The content was created and presented by two major researchers in the field, Pro
55
the fundamentals of probabilistic model checking as well as practical applications using the model checker Storm.
66

77
## Course video
8-
The event took place on 1st December 2023. The recorded Lecture is available on our [TranferLab website[(https://transferlab.ai/trainings/verifying-systems-in-the-face-of-uncertainty/)
8+
The event took place on 1st December 2023. The recorded Lecture is available on our [TranferLab website](https://transferlab.ai/trainings/verifying-systems-in-the-face-of-uncertainty/)
99

1010
## Getting started
1111

@@ -16,17 +16,17 @@ eigther download a pre-build image from ghcr or build the image locally.
1616
```shell
1717
docker pull ghcr.io/aai-institute/tfl-training-probabilistic-model-checking:main
1818
```
19-
Option b) Build the image with
19+
Option b) Build the image within your local clone of the repository with
2020

2121
```shell
22-
docker build --build-arg -t tfl-training-probabilistic-model-checking .
22+
docker build -t tfl-training-probabilistic-model-checking .
2323
```
2424

2525
2. You can then start the container e.g., with
2626
```shell
2727
docker run -it -p 8888:8888 tfl-training-probabilistic-model-checking jupyter notebook
2828
```
29-
3. Run the first notebook **welcome_run_me_first.ipynb** within jupyter. This will dowload the data for
29+
3. Run the first notebook **welcome_run_me_first.ipynb** within jupyter. This will download the data for
3030
the workshop and finilize the setup.
3131

3232
Note that there is some non-trivial logic in the entrypoint that may collide

0 commit comments

Comments
 (0)