-
Hey all, I'm trying to get this going for my m1 mac, and trying to have the docker image built, but i'm getting errors coming back, and can't seem to get the docker build command to use the extra args im passing below. These are the docs I'm referencing: https://github.com/serverless/serverless-python-requirements#extra-docker-arguments Any help would be appreciated. Thanks in advance. Code snippet in
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
I've tried these variations:
but no luck |
Beta Was this translation helpful? Give feedback.
-
Ended up going with this code:
Also downloaded manually from the website for the build image for arm. Soon after realized my pip Hope this helps someone. Cheers. |
Beta Was this translation helpful? Give feedback.
Ended up going with this code:
Also downloaded manually from the website for the build image for arm.
Soon after realized my pip
requirements.txt
was malformed and had some incorrect references to the wrong python libraries for the wrong python version, after installing python3.8 through homebrew, I was able to use it to install the correct versions.Hope this helps someone. Cheers.