File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
jupyter/pytorch+llmcompressor/ubi9-python-3.11
runtimes/pytorch+llmcompressor/ubi9-python-3.11 Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -Eeuxo pipefail
3
3
4
+ python3 scripts/dockerfile_fragments.py
4
5
bash scripts/sync-requirements-txt.sh
Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ USER 1001
30
30
# Install micropipenv to deploy packages from Pipfile.lock
31
31
RUN pip install --no-cache-dir -U "micropipenv[toml]"
32
32
33
- # Install the oc client
33
+ # Install the oc client begin
34
34
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \
35
35
-o /tmp/openshift-client-linux.tar.gz && \
36
36
tar -xzvf /tmp/openshift-client-linux.tar.gz oc && \
37
37
rm -f /tmp/openshift-client-linux.tar.gz
38
+ # Install the oc client end
38
39
39
40
####################
40
41
# cuda-base #
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ USER 1001
17
17
# Install micropipenv to deploy packages from Pipfile.lock
18
18
RUN pip install --no-cache-dir -U "micropipenv[toml]"
19
19
20
- # Install the oc client
20
+ # Install the oc client begin
21
21
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz \
22
22
-o /tmp/openshift-client-linux.tar.gz && \
23
23
tar -xzvf /tmp/openshift-client-linux.tar.gz oc && \
24
24
rm -f /tmp/openshift-client-linux.tar.gz
25
+ # Install the oc client end
25
26
26
27
####################
27
28
# cuda-base #
You can’t perform that action at this time.
0 commit comments