Skip to content

Commit 74367d5

Browse files
committed
Update index on the pip.conf
1 parent f44c641 commit 74367d5

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

jupyter/minimal/ubi9-python-3.12/build-args/rocm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# ROCm Version : 6.3.4
33
# Architectures: linux/x86_64
44
# Source : https://quay.io/repository/aipcc/base-images/rocm
5-
BASE_IMAGE=quay.io/aipcc/base-images/rocm:3.0-1761249688
5+
BASE_IMAGE=quay.io/aipcc/base-images/rocm:3.0-1755080929
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[global]
2-
index-url = https://private.console.redhat.com/api/pypi/rhai-stage/rhoai/3.0/cuda-ubi9/simple/
2+
index-url = https://console.redhat.com/api/pypi/public-rhai/rhoai/3.0/cuda-ubi9/simple/
33

44
# Optional fallback (if you *do* want PyPI as backup)
55
extra-index-url = https://pypi.org/simple/
66

77
[install]
8-
trusted-host = private.console.redhat.com
8+
trusted-host = console.redhat.com

jupyter/minimal/ubi9-python-3.12/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ dependencies = [
2020
"setuptools~=80.9.0",
2121
]
2222

23-
[project.optional-dependencies]
24-
cpu = ["sdg_hub~=0.3.1"]
25-
cuda = ["sdg_hub~=0.3.1"]
26-
rocm = []
27-
2823
[tool.uv]
2924
environments = [
3025
"sys_platform == 'linux' and implementation_name == 'cpython'",

0 commit comments

Comments
 (0)