File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 uses : docker/setup-qemu-action@v3
6161 - name : Build and upload to DockerHub
6262 run : |
63- docker buildx build --platform linux/amd64 --build-arg PYTHON=${{ matrix.python }} --push --provenance=false --tag dstackai/base:py${{ matrix.python }}-${{ inputs.image_version }}-cuda-12.1 -f base/Dockerfile .
64- docker buildx build --platform linux/amd64 --build-arg PYTHON=${{ matrix.python }} --build-arg VERSION=${{ inputs.image_version }} --push --provenance=false --tag dstackai/base:py${{ matrix.python }}-${{ inputs.image_version }}-cuda-12.1-devel -f base/devel.Dockerfile .
63+ docker buildx build --platform linux/amd64 --build-arg FLAVOR=base --build-arg PYTHON=${{ matrix.python }} --push --provenance=false --tag dstackai/base:py${{ matrix.python }}-${{ inputs.image_version }}-cuda-12.1 -f base/Dockerfile .
64+ docker buildx build --platform linux/amd64 --build-arg FLAVOR=devel --build-arg PYTHON=${{ matrix.python }} --build-arg VERSION=${{ inputs.image_version }} --push --provenance=false --tag dstackai/base:py${{ matrix.python }}-${{ inputs.image_version }}-cuda-12.1-devel -f base/devel.Dockerfile .
6565
6666 build-aws-images :
6767 needs : build-docker
Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:12.1.0-base-ubuntu20.04
1+ ARG FLAVOR
2+ FROM nvidia/cuda:12.1.1-${FLAVOR}-ubuntu20.04
23
34ARG PYTHON
45ARG _UV_HOME="/opt/uv"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments