-
Notifications
You must be signed in to change notification settings - Fork 729
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
Unable to build docker image from source due to multiple reasons #902
Comments
@sushruta the error mainly is here: ERROR: failed to solve: process "/bin/sh -c ./build-prereq.sh && PATH=\"${HOME}/bin:${PATH}\" ./build_release_binaries.sh # PATH for bazel" did not complete successfully: exit code: 100 Did you clone the entire repository correctly? Also, what OS you are trying to build this on? |
As noted in my previous command, I did a docker build --
From the docker image it is clear that it was ubuntu 22.04. This is exactly the image that is listed in your Dockerfile here -> https://github.com/google/deepvariant/blob/r1.7/Dockerfile#L11 Separately, I have also tried ubuntu 20.04 for r1.6 and that didn't work either |
@sushruta , your log shows |
@sushruta mentioned that "I am building this docker image on my laptop (M3 macbook).", which is ARM architecture. @sushruta , DeepVariant wasn't tested (or built) on Mac. @kishwarshafin already pointed this out. I'll provide one more pointer: |
I went to a linux machine and tried the above command. And while building the dockerfile with this base image ->
|
Clif is installed as part of docker build. Could you check if there are other errors prior to this one related to the Clif installation? |
I am trying to build the docker image of
deepvariant
but running into problems. I'm onr1.7
branch and my branch is up to date. I am also facing the same issues onr1.6.1
branch as well. The command I am using is the following -I am building this docker image on my laptop (M3 macbook).
PackagesNotFoundError error
The first error I get is -
I resolved this error by removing the version numbers. i.e., removed the
==1.15
from both the linesError in the build-prerunreq.sh script
Once, I cross the previous error, I get this error -
Looks like the repositories are either old or the sign has expired.
How to fix this error?
The text was updated successfully, but these errors were encountered: