We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker run
1 parent 3f7599b commit ec5c6a5Copy full SHA for ec5c6a5
1 file changed
README.md
@@ -59,7 +59,7 @@ Conda packages are available for Python 3.7–3.9.
59
60
Or you can use the Docker image which comes with Jupyter Lab:
61
```bash
62
-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>
63
```
64
65
---
0 commit comments