Skip to content

Conversation

mengfei25
Copy link
Contributor

@mengfei25 mengfei25 commented Sep 23, 2025

docker pull limitation
https://docs.docker.com/docker-hub/usage/

User type Pull rate limit per 6 hours Number of public repositories Number of private repositories
Business (authenticated) Unlimited Unlimited Unlimited
Team (authenticated) Unlimited Unlimited Unlimited
Pro (authenticated) Unlimited Unlimited Unlimited
Personal (authenticated) 200 Unlimited Up to 1
Unauthenticated users 100 per IPv4 address or IPv6 /64 subnet Not applicable Not applicable

disable_build

@chuanqi129
Copy link
Contributor

@mengfei25 let's do a comprehensive CI test before merge

@mengfei25
Copy link
Contributor Author

mengfei25 commented Sep 23, 2025

Sure, will run them.

needs: prepare
container:
image: mengfeili/intel-pvc-driver:1146-1136
image: intelgpu/driver-lts2:1146
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest to use intelgpu/OS_NAME-OS_VERSION-Driver_Type:Diver_VERSION

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@chuanqi129 chuanqi129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add Dockerfile and dedicated docker image build workflow in this PR also

@mengfei25
Copy link
Contributor Author

@chuanqi129 Please help review.
The accelerate and transformers failures are not related with this change.

inputs:
runner:
type: string
default: 'pvc_rolling'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's check whether we can use public runners

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

--build-arg XPU_DRIVER_TYPE=${{ inputs.driver }} \
-f ubuntu/Dockerfile
docker images
- name: Push image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should login before image push

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


ENV DEBIAN_FRONTEND noninteractive

ENV http_proxy http://proxy-dmz.intel.com:912
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need those proxy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed


FROM ubuntu:${UBUNTU_VERSION}

ARG UBUNTU_VERSION
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed


# Cleanup package manager
RUN apt-get autoclean && apt-get clean
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge those apt steps as one layer, and include the libnl-genl-3-200 for distribute use in the future

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants