You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
can not run s local invoke when s.yaml contains layer component.
the senario:
s init start-fc3-python -d demo
cd demo
touch code/requirements.txt
echo"emoji==2.0.0"> code/requirements.txt
# modify index.py, import emoji
s build --use-docker
s layer publish --layer-name demo --code ./code --compatible-runtime "python3.10"# add layer info in s.yaml# remote deploy success
s deploy
# rm ./code/python ,
s local invoke
# that will prompt error
Desktop (please complete the following information):