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
FYI I read that error code 137 is from low memory. I worked around by stopping some services on my device while it was being built. I encountered another error, but I fixed it by changing the references to "python:3.7.5-alpine" in the Dockerfile
edit: I got the hint to use that specific image by digging through dmarts' submission on Docker Hub
Trying to build the docker image using the included Dockerfile fails with the following error...
Collecting lambda-packages==0.19.0 (from -r /tmp/requirements.txt (line 34))
Downloading https://files.pythonhosted.org/packages/e5/52/fb693a38c1cac26e03f67cd16e9eb32dbe3852d444885d0c869be33ad9e1/lambda_packages-0.19.0.tar.gz (74.1MB)
The command '/bin/sh -c pip wheel --wheel-dir=/root/wheels -r /tmp/requirements.txt' returned a non-zero code: 137
I'm sure it has something to do with the version of the lambda-packages... but I don't have much to go on.
Any help would be appreciated!
Docker Version:
# docker --version Docker version 19.03.4, build 9013bf583a
Server Version:
# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS Release: 18.04 Codename: bionic
Full Output:
The text was updated successfully, but these errors were encountered: