-
Notifications
You must be signed in to change notification settings - Fork 473
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
SNOW-874654: Not able to build dockerfile if I included snowflake-connector-python #1661
Comments
Please let me know if there is any way to resolve this issue. |
@Ramlksasi have you resolved this problem? |
No, not yet. |
If it helps, I use the following approach to run this in container. It runs fine:
And in the requirements.txt, it has this:
|
Thanks @williamli2021 @Ramlksasi Does it help you? |
I'm trying in my environment. Will update you. |
Numpy is dowloading as a build dependency of snowflake connector. I will test this let here know. Thanks everyone for helping. |
Hi @Ramlksasi I tried in my local environment. On Alpine Linux image, I tried two other ways aside from @williamli2021's workaround:
|
Thank you very much for writing. |
Python version
python3.8
Operating system and processor architecture
Docker base image : python:3.8-alpine3.14
Installed packages
What did you do?
What did you expect to see?
I need a successful docker build image to be hosted to AWS lambda.
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: