-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] Docker build failed at 'Failed to build xlearn' #1121
Comments
@gramhagen asked me to tag @yueguoguo. |
might be related to #1143 |
ok, dug in a bit further, since gpu is pulling from a separate image it isn't getting the cmake installation from the base section of the dockerfile. I'm pushing cmake installation down to the final stage and just installing from apt-get. @yueguoguo is there any issue using the version in aptitude (3.10.2) versus what was previously here (3.15.2)? |
@gramhagen I have not tried aptitude (3.10.2) for building the image. Does it still break the building by using the old version? |
it builds / installs fine and I was able to import xlearn afterwards, so I believe it is working fine |
Description
Docker build failed at 'Failed to build xlearn' in only GPU stage.
In which platform does it happen?
macOS: 10.15.4
docker: 19.03.8
I also tried to build in two debian server, and failed with same error.
How do we replicate the issue?
DOCKER_BUILDKIT=1 docker build -t recommenders:gpu --build-arg ENV="gpu" .
or
DOCKER_BUILDKIT=1 docker build -t recommenders:full --build-arg ENV="full" .
Other Comments
I issued this problem firstly in #1120 (comment)
The text was updated successfully, but these errors were encountered: