Spaces:
Runtime error
Runtime error
File size: 233 Bytes
9e1c1c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]
hidden = [".pythonlibs"]
[nix]
channel = "stable-23_05"
[unitTest]
language = "python3"
[deployment]
run = ["python3", "main.py"]
deploymentTarget = "cloudrun" |