Skip to content

Commit ec5c6a5

Browse files
authored
Fix docker run instruction
1 parent 3f7599b commit ec5c6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Conda packages are available for Python 3.7–3.9.
5959

6060
Or you can use the Docker image which comes with Jupyter Lab:
6161
```bash
62-
docker run --rm --gpus all -p 8890:8890 -t kostrykin/carnapy:<TAG>
62+
docker run --rm --gpus all -p 8890:8890 -t -i kostrykin/carnapy:<TAG>
6363
```
6464

6565
---

0 commit comments

Comments
 (0)