Should I clean up my local machine before installing Docker?

This is a basic question for which I didn’t see anything on in the docs or forum searches. I have a development machine which has all kinds of stuff installed to do machine learning, like anaconda, python, etc. I want to containerize all of my development using Docker. Would it be a good practice to uninstall everything of importance on the machine, since everything is going to be running on containers? I guess the main question I have is whether my docker build can/will use anything from my local host machine when building the container. Sorry if this is a simple question- I’m new to this.