Skip to content

Commit 8acfff9

Browse files
Experimental: Build default Docker images for both Ubuntu versions 20.04 and 22.04
1 parent 57ab13d commit 8acfff9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docker/base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ RUN cd /opt \
5353

5454
# Final stage
5555

56+
ARG UBUNTU_VERSION
57+
5658
INCLUDE+ base/Dockerfile.common
5759

5860
ENV NCCL_HOME=/opt/nccl

docker/base/efa/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# syntax = edrevo/dockerfile-plus
22

3+
ARG UBUNTU_VERSION
4+
35
INCLUDE+ base/Dockerfile.common
46

57
ENV NCCL_HOME=/usr/local

0 commit comments

Comments
 (0)