Skip to content
Snippets Groups Projects
  • Yaman Umuroglu's avatar
    43fce5ac
    Future-proofing pypi/pip installability (#248) · 43fce5ac
    Yaman Umuroglu authored
    * [Setup] basic updates to setup.cfg
    
    * [Setup] pip install finn in entrypoint script
    
    also clean up Dockerfile a bit, remove EXPOSE cmds from Dockerfile.finn_dev
    -- these don't really have a function
    
    * [Setup] add cleanup prior to pip install to remove cruft
    
    can otherwise break finn during FINN->finn transition in setup.cfg
    
    * [Deps] add pip install for pyverilator
    43fce5ac
    History
    Future-proofing pypi/pip installability (#248)
    Yaman Umuroglu authored
    * [Setup] basic updates to setup.cfg
    
    * [Setup] pip install finn in entrypoint script
    
    also clean up Dockerfile a bit, remove EXPOSE cmds from Dockerfile.finn_dev
    -- these don't really have a function
    
    * [Setup] add cleanup prior to pip install to remove cruft
    
    can otherwise break finn during FINN->finn transition in setup.cfg
    
    * [Deps] add pip install for pyverilator