From 18ec814757b5537bd5eebc283351ead0520a3248 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Thu, 29 May 2025 15:25:37 -0500 Subject: [PATCH 1/2] fix typo --- docs/cuopt/source/cuopt-python/quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cuopt/source/cuopt-python/quick-start.rst b/docs/cuopt/source/cuopt-python/quick-start.rst index 993b25e1c7..3fd72d58c5 100644 --- a/docs/cuopt/source/cuopt-python/quick-start.rst +++ b/docs/cuopt/source/cuopt-python/quick-start.rst @@ -37,7 +37,7 @@ NVIDIA cuOpt is also available as a container from Docker Hub: .. code-block:: bash - docker pull nvidia/cuopt:25.5.0 + docker pull nvidia/cuopt:25.5.0-cuda12.8-py312 The container includes both the Python API and self-hosted server components. To run the container: From 960fa04be4f3eab949f24d8b9d93da91aa368277 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Thu, 29 May 2025 15:43:41 -0500 Subject: [PATCH 2/2] fix license metadata --- python/cuopt_self_hosted/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cuopt_self_hosted/pyproject.toml b/python/cuopt_self_hosted/pyproject.toml index 88f594ab63..4503b46935 100644 --- a/python/cuopt_self_hosted/pyproject.toml +++ b/python/cuopt_self_hosted/pyproject.toml @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = "Apache-2.0" +license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ "cuopt-mps-parser==25.5.*,>=0.0.0a0",