Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d4e7a115
Unverified
Commit
d4e7a115
authored
Oct 02, 2025
by
Huy Do
Committed by
GitHub
Oct 02, 2025
Browse files
Update base image to 22.04 (jammy) (#26065)
Signed-off-by:
Huy Do
<
huydhn@gmail.com
>
parent
be22bb6f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile
docker/Dockerfile
+2
-2
docker/Dockerfile.nightly_torch
docker/Dockerfile.nightly_torch
+1
-1
docs/assets/contributing/dockerfile-stages-dependency.png
docs/assets/contributing/dockerfile-stages-dependency.png
+0
-0
No files found.
docker/Dockerfile
View file @
d4e7a115
...
...
@@ -13,8 +13,8 @@ ARG PYTHON_VERSION=3.12
# private registries that use a different repository naming conventions.
#
# Example:
# docker build --build-arg BUILD_BASE_IMAGE=registry.acme.org/mirror/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
0
.04
ARG
BUILD_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
0
.04
# docker build --build-arg BUILD_BASE_IMAGE=registry.acme.org/mirror/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
2
.04
ARG
BUILD_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
2
.04
# TODO: Restore to base image after FlashInfer AOT wheel fixed
ARG
FINAL_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
...
...
docker/Dockerfile.nightly_torch
View file @
d4e7a115
...
...
@@ -6,7 +6,7 @@ ARG CUDA_VERSION=12.8.0
#
#################### BASE BUILD IMAGE ####################
# prepare basic build environment
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
0
.04 AS base
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu2
2
.04 AS base
ARG CUDA_VERSION=12.8.0
ARG PYTHON_VERSION=3.12
ARG TARGETPLATFORM
...
...
docs/assets/contributing/dockerfile-stages-dependency.png
View replaced file @
be22bb6f
View file @
d4e7a115
119 KB
|
W:
|
H:
127 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment