File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed
llm-quantize/llm-compressor-gptq
t5-model-serving/client-app
custom-metrics-autoscaling
google-managed-prometheus Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1515# [START gke_ai_ml_gke_ray_ray_train_maxtext_dockerfile]
1616# Start from a Ray base image which includes JaxTrainer API.
1717# Maxtext with TPU requires Python 3.12.
18- FROM rayproject/ray:2.49.1 -py312
18+ FROM rayproject/ray:2.53.0 -py312
1919
2020USER root
2121RUN groupadd -r ray 2>/dev/null || true && usermod -g ray ray
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM pytorch/pytorch:2.8 .0-cuda12.6-cudnn9-runtime
15+ FROM pytorch/pytorch:2.10 .0-cuda12.6-cudnn9-runtime
1616
1717COPY requirements.txt ./
1818
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- FROM python:3.13.5 -alpine
17+ FROM python:3.14.2 -alpine
1818
1919ARG PORT=8050
2020ENV PORT=${PORT}
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM golang:1.24.3 as builder
16+ FROM golang:1.25.5 as builder
1717WORKDIR /go/src/custom-metric-exporter
1818COPY * ./
1919RUN CGO_ENABLED=0 GOOS=linux go build -o /export .
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY . ./
2323RUN go build -mod=readonly -v -o /k8s-cost-estimator
2424
2525
26- FROM alpine:3.22
26+ FROM alpine:3.23
2727WORKDIR /app
2828# Install utilities needed durin ci/cd process
2929RUN apk update && apk upgrade && \
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.25.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /sd-dummy-exporter
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.25.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /prometheus-dummy-exporter
Original file line number Diff line number Diff line change 99# See the License for the specific language governing permissions and
1010# limitations under the License.
1111
12- FROM golang:1.24.3 as builder
12+ FROM golang:1.25.5 as builder
1313WORKDIR /crud
1414COPY . .
1515RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.3 as builder
15+ FROM golang:1.25.5 as builder
1616WORKDIR /app
1717COPY * ./
1818RUN CGO_ENABLED=0 GOOS=linux go build -o /workload-metrics
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM redis:6.2.17
15+ FROM redis:6.2.20
1616
1717ADD run.sh /run.sh
1818
You can’t perform that action at this time.
0 commit comments