You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development wheels are available as nightlies, please update `--extra-index-url` to `https://pypi.anaconda.org/rapidsai-wheels-nightly/simple/` to install latest nightly packages.
67
+
66
68
### Conda
67
69
68
70
cuOpt can be installed with conda (via [miniforge](https://github.com/conda-forge/miniforge)) from the `nvidia` channel:
@@ -74,19 +76,22 @@ Users who are used to conda env based workflows would benefit with conda package
We also provide [nightly Conda packages](https://anaconda.org/rapidsai-nightly) built from the HEAD
81
-
of our latest development branch.
83
+
of our latest development branch. Just replace `-c rapidsai` with `-c rapidsai-nightly`.
82
84
83
85
### Container
84
86
85
87
Users can pull the cuOpt container from the NVIDIA container registry.
86
88
87
89
```bash
88
-
docker pull nvidia/cuopt:25.5.0-cuda12.8-py312
90
+
docker pull nvidia/cuopt:latest-cuda12.8-py312
89
91
```
92
+
93
+
Note: The ``latest`` tag is the latest stable release of cuOpt. If you want to use a specific version, you can use the ``<version>-cuda12.8-py312`` tag. For example, to use cuOpt 25.5.0, you can use the ``25.5.0-cuda12.8-py312`` tag. Please refer to `cuOpt dockerhub page <https://hub.docker.com/r/nvidia/cuopt>`_ for the list of available tags.
94
+
90
95
More information about the cuOpt container can be found [here](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-server/quick-start.html#container-from-docker-hub).
91
96
92
97
Users who are using cuOpt for quick testing or research can use the cuOpt container. Alternatively, users who are planning to plug cuOpt as a service in their workflow can quickly start with the cuOpt container. But users are required to build security layers around the service to safeguard the service from untrusted users.
0 commit comments