Skip to content

Commit 1b1c02b

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

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
--platform linux/amd64 \
7979
--tag dstackai/${{ env.BUILD_DOCKER_REPO }}:${{ inputs.image_version }}-${{ matrix.flavor }}-ubuntu${{ matrix.ubuntu_version }}.04 \
8080
--build-arg FLAVOR=${{ matrix.flavor }} \
81+
--build-arg UBUNTU_VERSION=${{ matrix.ubuntu_version }} \
8182
--provenance=false \
8283
--push \
8384
-f $FILE .

docker/base/Dockerfile

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

5454
# Final stage
5555

56-
ARG UBUNTU_VERSION
57-
5856
INCLUDE+ base/Dockerfile.common
5957

6058
ENV NCCL_HOME=/opt/nccl

docker/base/efa/Dockerfile

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

3-
ARG UBUNTU_VERSION
4-
53
INCLUDE+ base/Dockerfile.common
64

75
ENV NCCL_HOME=/usr/local

0 commit comments

Comments
 (0)