Hi guys. I'm trying to use a forked version of Ben...
# ask-for-help
j
Hi guys. I'm trying to use a forked version of BentoML and have set the bentoml_deploy_version config parameter but I'm getting an error when I try to build the docker image. E.g., to illustrate, setting
Copy code
bentoml_deploy_version = git+<https://github.com/bentoml/BentoML.git@9ac7da2162d2ab62bdd11960447e2ed3a7c494ff>
results in this error:
Copy code
ERROR: No matching distribution found for bentoml[api_server]==git+<https://github.com/bentoml/BentoML.git@9ac7da2162d2ab62bdd11960447e2ed3a7c494ff> (from -r /bento/condaenv.9y9gxbf_.requirements.txt (line 1))
What am I doing wrong?