Skip to content

Commit 733defd

Browse files
committed
chore(deps): update docker
1 parent c1fb9eb commit 733defd

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

ai-ml/adk-vertex/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
WORKDIR /app
1717

1818
RUN adduser --disabled-password --gecos "" myuser

ai-ml/adk-vllm/deploy-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
WORKDIR /app
1717

1818
COPY requirements.txt .

ai-ml/gke-ray/raytrain/maxtext/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
USER root
2121
RUN groupadd -r ray 2>/dev/null || true && usermod -g ray ray

ai-ml/llm-quantize/llm-compressor-gptq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.0-cuda12.6-cudnn9-runtime
1616

1717
COPY requirements.txt ./
1818

ai-ml/maxdiffusion-tpu/build/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.12-slim
2+
FROM python:3.14-slim
33
WORKDIR /app
44
RUN apt-get -y update
55
RUN apt-get -y install git

ai-ml/maxdiffusion-tpu/build/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.13-slim
2+
FROM python:3.14-slim
33
WORKDIR /app
44
COPY requirements.txt ./
55
RUN python -m pip install --upgrade pip

ai-ml/t5-model-serving/client-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

1919
ARG PORT=8050
2020
ENV PORT=${PORT}

batch/aiml-workloads/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gke_batch_aiml_workload_dockerfile]
16-
FROM python:3.12-slim
16+
FROM python:3.14-slim
1717
COPY ./requirements.txt /requirements.txt
1818
RUN pip install -r requirements.txt
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22
COPY . .
33
RUN pip install -r requirements.txt
44
ENTRYPOINT ["python", "-u", "main.py"]

cost-optimization/gke-scheduled-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
1717
WORKDIR /go/src/custom-metric-exporter
1818
COPY * ./
1919
RUN CGO_ENABLED=0 GOOS=linux go build -o /export .

0 commit comments

Comments
 (0)