File tree Expand file tree Collapse file tree 25 files changed +25
-25
lines changed
llm-quantize/llm-compressor-gptq
t5-model-serving/client-app
gke-vpa-recommendations/metrics-exporter
custom-metrics-autoscaling
google-managed-prometheus
monolith-to-microservices/containerized
workloads/migrate-x86-app-to-multi-arch Expand file tree Collapse file tree 25 files changed +25
-25
lines changed 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 python:3.13 -alpine
15+ FROM python:3.14 -alpine
1616WORKDIR /app
1717
1818RUN adduser --disabled-password --gecos "" myuser
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 python:3.13 -alpine
15+ FROM python:3.14 -alpine
1616WORKDIR /app
1717
1818COPY requirements.txt .
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.51 .1-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.9.1 -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.0 -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 .3 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 1- FROM python:3.13 -alpine
1+ FROM python:3.14 -alpine
22WORKDIR /app
33COPY requirements.txt requirements.txt
44RUN pip install -r requirements.txt
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 .3 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 .3 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 .3 as builder
1313WORKDIR /crud
1414COPY . .
1515RUN CGO_ENABLED=0 GOOS=linux go build -o /http-app
You can’t perform that action at this time.
0 commit comments