Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete obsolete images and update dependencies in Ubuntu #92

Merged
merged 7 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
- centos8-lcg101-gcc11
- format10
- format14
- ubuntu1804_cuda
- ubuntu1804_cuda_oneapi
- ubuntu1804_rocm
- ubuntu1804_rocm_oneapi
- ubuntu2004
- ubuntu2004_cuda
- ubuntu2004_cuda_oneapi
Expand All @@ -42,7 +38,6 @@ jobs:
- ubuntu2204_cpp20
- centos7-base
- centos8-base
- alma9-base
steps:
- uses: actions/checkout@v3

Expand All @@ -58,6 +53,7 @@ jobs:
- name: Check size of packages
run: |
df -h
sudo apt-get update
echo "Listing 25 largest packages"
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 25
echo "Removing large packages"
Expand Down
8 changes: 0 additions & 8 deletions alma9-base/Dockerfile

This file was deleted.

191 changes: 0 additions & 191 deletions ubuntu1804_cuda/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions ubuntu1804_cuda_oneapi/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions ubuntu1804_cuda_oneapi/llvm-2022-06-python3.6.patch

This file was deleted.

Loading
Loading