Replies: 1 comment 15 replies
-
@ZdsAlpha what's the reason you need to manually uninstall? For advanced use cases, we typically recommend using your own custom docker base image, that way you can prepare the docker image any way you want: https://docs.bentoml.org/en/latest/concepts.html#custom-docker-base-image It is also possible to use the conda environment in user-provided Could you share your service definition code and setup_sh code so we can help look into it? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am so confused at this point what runs where! I am trying to install dependencies using setup_sh but those dependencies are not found when code runs. I cannot use requirements.txt since I have to manually install and uninstall some dependencies. Also does it create conda environment and I am installing dependencies outside of it.
All I am trying to do is install mmdetection and run my custom model artifact. Wasted entire week trying to solve dependencies issue. Documentation is useless, doesn't go in detail or a little depth when not using mainstream repos.
Beta Was this translation helpful? Give feedback.
All reactions