Skip to content

Commit

Permalink
Add note on running remote server in readme. Closes: #181
Browse files Browse the repository at this point in the history
  • Loading branch information
m-novikov committed Jul 17, 2021
1 parent 2a7a0cd commit 4f0e75b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ To install tiktorch and start server run:
conda create -n tiktorch-server-env -c ilastik-forge -c conda-forge -c pytorch tiktorch
conda activate tiktorch-server-env
```
To run server locally use
```
tiktorch-server
```
To be able to connect to remote machine use (this will bind to all available addresses)
```
tiktorch-server --addr 0.0.0.0
```

## Development environment

Expand Down

0 comments on commit 4f0e75b

Please sign in to comment.