-
Notifications
You must be signed in to change notification settings - Fork 460
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
Building on Windows #97
Comments
@NitishDragneel, I'm afraid I'm not a docker expert. Docker support was added by the community, so we'll have to appeal to the community for help. Please add information to this issue about your software environment and describe the steps you took prior to receiving this error message. |
Hii, besides the doctor the cmake commands you mentioned in readme file working successfully... And it's still running... 2500+ generations |
I was having RUN pip install igraph For this one: RUN apt-get update && apt-get install -yqq python3-igraph I've made a PR for the fix :) Edit, I just saw that my PR was a dup, so I closed it and voted the one that's already there: |
This issue is moved here from Issue #41 where @NitishDragneel wrote:
DEPRECATED: The legacy builder is deprecated and will be removed in a
future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the
docker daemon running?
this is the first issue im facing when i try to build docker with "docker
build -t biosim4 ."
The text was updated successfully, but these errors were encountered: