antmicro / alkali-csd-projects

https://antmicro.github.io/alkali-csd-projects/
5 stars 2 forks source link

make docker command failed to build docker image #3

Closed chauhanjoy closed 2 years ago

chauhanjoy commented 2 years ago

Hi,

make docker command not worked. here I have attached full log. make_docker_log.txt

rw1nkler commented 2 years ago

Hi @chauhanjoy,

fix is already in https://github.com/antmicro/alkali-csd-projects/pull/2 and will be merged soon

For now please download the docker image directly from DockerHub using:

docker pull antmicro/alkali

Once the CI is ready you will be able to download all build artifact directly from the GitHub.

rw1nkler commented 2 years ago

Hi @chauhanjoy,

the problems with building docker image should be resolved. Can you try once again, and confirm that it works for you?