File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 78
78
tags : |
79
79
ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers-${{ github.sha }}
80
80
ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers
81
+ - name : Build and Push Container (Build image)
82
+ uses : ./devops/actions/build_container
83
+ with :
84
+ push : ${{ github.event_name != 'pull_request' }}
85
+ file : ubuntu2204_preinstalled
86
+ username : ${{ github.repository_owner }}
87
+ password : ${{ secrets.GITHUB_TOKEN }}
88
+ build-args : |
89
+ base_image=ghcr.io/intel/llvm/ubuntu2204_build
90
+ base_tag=latest
91
+ tags : |
92
+ ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build-${{ github.sha }}
93
+ ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build
Original file line number Diff line number Diff line change @@ -40,9 +40,14 @@ The following containers are publicly available for DPC++ compiler development:
40
40
building DPC++ compiler from source.
41
41
- ` ghcr.io/intel/llvm/ubuntu2204_intel_drivers ` : contains everything from the
42
42
base container + pre-installed Intel drivers.
43
+ - ` ghcr.io/intel/llvm/ubuntu2204_build ` : has development kits installed for
44
+ NVidia/AMD and can be used for building DPC++ compiler from source with all
45
+ backends enabled or for end-to-end testing with HIP/CUDA on machines with
46
+ corresponding GPUs available.
43
47
- ` ghcr.io/intel/llvm/sycl_ubuntu2204_nightly ` : contains the latest successfully
44
- built nightly build of DPC++ compiler. The image comes in two flavors:
45
- with pre-installed Intel drivers (` latest ` ) and without them (` no-drivers ` ).
48
+ built nightly build of DPC++ compiler. The image comes in three flavors:
49
+ with pre-installed Intel drivers (` latest ` ), without them (` no-drivers ` ) and
50
+ with development kits installed (` build ` ).
46
51
47
52
## Running Docker container interactively
48
53
You can’t perform that action at this time.
0 commit comments