BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

build_config(env): not escape space accordingly

Open aarnphm opened this issue 3 years ago • 0 comments

Describe the bug

Currently if users pass in space environment variables BuildConfig wouldn't be able to process it accordingly

service: "service.py:svc"
env:
  my space: 1
  ENV: hello world

To Reproduce

Expected behavior

Screenshots/Logs

Environment:

  • OS: [e.g. MacOS 10.14.3]
  • Python Version [e.g. Python 3.7.1]
  • BentoML Version [e.g. BentoML-0.8.6]

Additional context

aarnphm avatar Jun 15 '22 19:06 aarnphm