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

WIP: [docker] [ci] fix dockerfiles, test docker builds in CI #6638

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
use SHA
  • Loading branch information
jameslamb committed Sep 3, 2024
commit 90f80903a9df2f9d8169c24d8426f732f2c8d1e1
42 changes: 0 additions & 42 deletions .appveyor.yml

This file was deleted.

136 changes: 0 additions & 136 deletions .github/workflows/cuda.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -26,32 +26,32 @@ jobs:
- name: dockerfile-cli
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-python
- name: dockerfile-r
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-r
- name: dockerfile-python
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/dockerfile-python
- name: dockerfile.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile.gpu
- name: dockerfile-cli-only.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile-cli-only.gpu
- name: dockerfile-cli-only-distroless.gpu
run: |
docker build \
--build-arg LIGHTGBM_GIT_REF=${{ github.ref }} \
--build-arg LIGHTGBM_GIT_REF=${{ github.sha }} \
- < ./docker/gpu/dockerfile-cli-only-distroless.gpu
all-docker-jobs-successful:
if: always()
155 changes: 0 additions & 155 deletions .github/workflows/python_package.yml

This file was deleted.

Loading
Oops, something went wrong.
Loading
Oops, something went wrong.