Updating egg files in docker container

269 views Asked by At

After making changes to files in my docker container, I type python setup.py install --user to update it. However, it does not update the egg files and I can't see the changes I made on the functions in jupyter notebook. How can I properly update the egg files in the docker container?

0

There are 0 answers