Using google cloud function to spawn a python script(使用谷歌云函数生成 python 脚本)
问题描述
我需要执行一些 python 机器学习代码,并希望从 Google Cloud Function 中的节点进程执行它.
I need to execute some python machine learning code and was hoping to execute it from a node process within a Google Cloud Function.
我想使用节点,因为我有一些我想在之后运行的 firebase 管理任务.我也有一个我满意的节点部署工作流.
I want to use node because I have some firebase admin tasks I want to run afterwards. I also have a deployment workflow with node that I'm content with.
这可能吗?如果是这样,你能给我举个例子吗?
Is this possible? If so, can you point me to an example?
推荐答案
是的,这是可能的,你可能需要使用 http://www.pyinstaller.org/ 打包python代码.看看我的 python 库,以实际在 python 中编写函数来完成它,或者只是复制粘贴你自己需要做的任何部分:https://github.com/MartinSahlen/cloud-functions-python/
Yes, this would be possible, you probably need to use http://www.pyinstaller.org/ to package the python code. Have a look at my python library for actually writing your functions in python to do it, or just copy paste whatever parts you need to do it yourself: https://github.com/MartinSahlen/cloud-functions-python/
这篇关于使用谷歌云函数生成 python 脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用谷歌云函数生成 python 脚本


- YouTube API v3 返回截断的观看记录 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01