Skip to content

Commit

Permalink
Fix docker run instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Dec 14, 2023
1 parent 3f7599b commit ec5c6a5
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 @@ -59,7 +59,7 @@ Conda packages are available for Python 3.7–3.9.

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

---
Expand Down

0 comments on commit ec5c6a5

Please sign in to comment.