Skip to content

Commit 18a2698

Browse files
authored
AIPCC-6811, RHAIENG-948: update micropipenv installation to include --extra-index-url in all Dockerfiles (opendatahub-io#2667)
1 parent bdbc234 commit 18a2698

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

codeserver/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ EOF
115115
USER 1001
116116

117117
# Install micropipenv and uv to deploy packages from requirements.txt begin
118-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
118+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
119119
# Install micropipenv and uv to deploy packages from requirements.txt end
120120

121121
# Install the oc client begin

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ EOF
113113
USER 1001
114114

115115
# Install micropipenv and uv to deploy packages from requirements.txt begin
116-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
116+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
117117
# Install micropipenv and uv to deploy packages from requirements.txt end
118118

119119
# Install the oc client begin

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EOF
4545
USER 1001
4646

4747
# Install micropipenv and uv to deploy packages from requirements.txt begin
48-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
48+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
4949
# Install micropipenv and uv to deploy packages from requirements.txt end
5050

5151
# Install the oc client begin

jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EOF
4747
USER 1001
4848

4949
# Install micropipenv and uv to deploy packages from requirements.txt begin
50-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
50+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
5151
# Install micropipenv and uv to deploy packages from requirements.txt end
5252

5353
# Install the oc client begin

jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EOF
4545
USER 1001
4646

4747
# Install micropipenv and uv to deploy packages from requirements.txt begin
48-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
48+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
4949
# Install micropipenv and uv to deploy packages from requirements.txt end
5050

5151
# Install the oc client begin

jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EOF
6363
USER 1001
6464

6565
# Install micropipenv and uv to deploy packages from requirements.txt begin
66-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
66+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
6767
# Install micropipenv and uv to deploy packages from requirements.txt end
6868

6969
# Install the oc client begin

jupyter/pytorch/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EOF
6363
USER 1001
6464

6565
# Install micropipenv and uv to deploy packages from requirements.txt begin
66-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
66+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
6767
# Install micropipenv and uv to deploy packages from requirements.txt end
6868

6969
# Install the oc client begin

jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ EOF
6161
USER 1001
6262

6363
# Install micropipenv and uv to deploy packages from requirements.txt begin
64-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
64+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
6565
# Install micropipenv and uv to deploy packages from requirements.txt end
6666

6767
# Install the oc client begin

jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ EOF
6161
USER 1001
6262

6363
# Install micropipenv and uv to deploy packages from requirements.txt begin
64-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
64+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
6565
# Install micropipenv and uv to deploy packages from requirements.txt end
6666

6767
# Install the oc client begin

jupyter/tensorflow/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EOF
6363
USER 1001
6464

6565
# Install micropipenv and uv to deploy packages from requirements.txt begin
66-
RUN pip install --no-cache-dir -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
66+
RUN pip install --no-cache-dir --extra-index-url https://pypi.org/simple -U "micropipenv[toml]==1.9.0" "uv==0.8.12"
6767
# Install micropipenv and uv to deploy packages from requirements.txt end
6868

6969
# Install the oc client begin

0 commit comments

Comments
 (0)