This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
🍱 1
a
what vrsion of bentoml you are using?
m
Whoops. forgot to include that. I'm using the most recent version:
Copy code
> bentoml --version
bentoml, version 1.0.0a6
a
for a6 we don’t support passing commands directly
Copy code
docker run -it --rm -p 3000:3000 object_detector_svc:ccjodxrzpgiukkyn
should already run
serve --production
under the hood a6 is also an alpha release, which means it is not stable. I suggest you to upgrade to the latest version of bentoml
if you upgrade bentoml to 1.0.6 you will be able to do what you mentioned
m
Not my day. I read the PATCH part of the semantic version as
6
, not
0a6
. It makes sense. Thank you, Aaron
👍 1
a
ah no worries