-
Notifications
You must be signed in to change notification settings - Fork 835
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
"/s2i/bin/assemble: line 59: 10 Killed" when using S2I to build PyTorch container #180
Comments
can you set the loglevel on s2i to get more info?
|
Here are the closest lines on log level 5. It honestly looks like it is still timing out which I find hard to believe as I tested on a 25mb/s connection.
|
It could be a memory issue. is there a limit on memory that your local Docker can use? |
I had the same issue. When I tried to give more memory to Docker, it worked. I gave 8G memory to Docker and image was built successfully. |
Thanks for the help. As you said it was a memory issue. I doubled the size of my VM and it successfully built the image. |
So I fixed my previous network error by expanding the pip timeout. However now I'm getting an error with respect to assemble.
Does anyone know why this error is happening? My requirements.txt only contains torch, torchvision, and Pillow. It runs fine outside of S2I.
The text was updated successfully, but these errors were encountered: