Skip to content

Commit ec8f455

Browse files
authored
Default MLNode 3.0.12-post6 (gonka-ai#990)
1 parent bd1fd50 commit ec8f455

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

deploy/join/docker-compose.mlnode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
mlnode-308:
3-
# ghcr.io/product-science/mlnode:3.0.12-post4-blackwell
4-
image: ghcr.io/product-science/mlnode:3.0.12-post4
3+
# ghcr.io/product-science/mlnode:3.0.12-post6-blackwell
4+
image: ghcr.io/product-science/mlnode:3.0.12-post6
55
hostname: mlnode-308
66
volumes:
77
- ${HF_HOME:-${HOME}/.cache}:/root/.cache

mlnode/packages/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22
################################################################################
3-
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post4-blackwell-sm120 AS base
3+
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post6-blackwell-sm120 AS base
44

55
RUN --mount=type=cache,target=/var/lib/apt/lists \
66
--mount=type=cache,target=/root/.cache/pip \

mlnode/packages/pow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post4-blackwell-sm120 AS builder
2+
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post6-blackwell-sm120 AS builder
33

44
ENV POETRY_VERSION=2.0.1 \
55
PYTHONUNBUFFERED=1 \
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3434
################################################################################
3535

3636
ARG USERNAME=pow
37-
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post4-blackwell-sm120 AS app
37+
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post6-blackwell-sm120 AS app
3838

3939
ARG USERNAME
4040
ENV PYTHONUNBUFFERED=1 \

mlnode/packages/train/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post4-blackwell-sm120 AS app
2+
FROM ghcr.io/gonka-ai/vllm:v0.9.1-poc-v2-post6-blackwell-sm120 AS app
33

44
ENV APP_PATH=/app/packages/train
55

0 commit comments

Comments
 (0)