appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
91 stars 26 forks source link

🐛 Bug Report: Python 3.9 - 3.11 function runtime not working #148

Open leonelamatos opened 3 weeks ago

leonelamatos commented 3 weeks ago

👟 Reproduction steps

Download appwrite function with appwrite cli > appwrite pull function that run the python 3.9 or 3.11 runtime Run command > appwrite run function Select function running python 3.9 - 3.11 runtime Wait for runtime build process to finish

👍 Expected behavior

Function container should run while developing the function locally and the function endpoint address should be accessible through a web browser.

👎 Actual Behavior

Container is deleted/stop after the build process has finished and the run command still running

Image Image

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

Linux

🧱 Your Environment

Linux Ubuntu 24.04 LTS Linux Ubuntu 22.04 LTS Client: Docker Engine - Community Version: 27.3.1

Windows 10 Pro 22H2 Docker for Windows v4.34.3

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?