Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg committed May 9, 2022
1 parent 06ba8e3 commit 0d917a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ Repository for the paper [Restoring Hebrew Diacritics Without a Dictionary](http

Demo: https://nakdimon.org/

## Running docker container
## Building and running docker container
Build the docker container:
```
$ docker run --rm --gpus all --user 1000:1000 -it nakdimon-gpu
$ docker build -t nakdimon .
```

Run the docker container:
```
$ docker run --rm --gpus all --user 1000:1000 -it nakdimon /bin/bash
```

The `--gpus all` flag is required to run the container with GPU support.
Expand Down

0 comments on commit 0d917a9

Please sign in to comment.