Skip to content
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

docker build fails #844

Closed
jritsema opened this issue Jul 11, 2019 · 3 comments
Closed

docker build fails #844

jritsema opened this issue Jul 11, 2019 · 3 comments

Comments

@jritsema
Copy link

  • code-server version: 1.1156-vsc1.33.1
  • OS Version: macOS 10.12.6 (16G2016); docker 2.0.0.3 (31259)

Description

I get the following error when trying to build the docker image:

https://gist.github.com/jritsema/4379d2423cc2b31278e2aee5a1027068

Steps to Reproduce

  1. clone repo
  2. docker build -t vscode .
@deansheather
Copy link
Member

deansheather commented Jul 11, 2019

Exit code 137 implies that this could be an out of memory crash. Make sure you have enough available RAM, and have enough allocated to Docker.

@jritsema
Copy link
Author

Thanks for the tip. I'll give it a try.

@jritsema
Copy link
Author

@deansheather Confirming that increasing docker's allowable memory from 2Gb to 4Gb fixed the build. Thanks again for the tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants