Skip to content

Commit

Permalink
Merge pull request #72 from nthiery/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
yuvipanda authored Feb 3, 2024
2 parents 0ebf6cf + 8d1342d commit 6f527e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To spin up such a notebook first build the container:
$ docker build -t $(whoami)/$(basename ${PWD}) .
```

Now you can ran the image:
Now you can run the image:

```bash
$ docker run --rm --security-opt seccomp=unconfined -p 8888:8888 $(whoami)/$(basename ${PWD})
Expand Down

0 comments on commit 6f527e8

Please sign in to comment.