You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing multiple issues while trying to build the docker container by following the steps in here
No internet in the docker container.
Running the following commands
make -C docker build
or
make -C docker run
gave errors relating to internet connection failures. The docker container did not have an active internet connection. I was able to fix them using the following fix below:
I suspected that this could be an error pertaining to my VM instance, or issue with docker installation. However, I was able to install and build other docker images without any problems.
Building docker image fails
Creating the docker image with the previous internet fix gave me the error shown in the image below:
The build command fails to build mpi4py.
Any leads on how to resolve these issues are appreciated!
The text was updated successfully, but these errors were encountered:
I am facing multiple issues while trying to build the docker container by following the steps in here
No internet in the docker container.
Running the following commands
or
gave errors relating to internet connection failures. The docker container did not have an active internet connection. I was able to fix them using the following fix below:
I suspected that this could be an error pertaining to my VM instance, or issue with docker installation. However, I was able to install and build other docker images without any problems.
Building docker image fails
Creating the docker image with the previous internet fix gave me the error shown in the image below:
The build command fails to build mpi4py.
Any leads on how to resolve these issues are appreciated!
The text was updated successfully, but these errors were encountered: