iic-jku / IIC-OSIC-TOOLS

IIC-OSIC-TOOLS is an all-in-one Docker image for SKY130/GF180/IHP130-based analog and digital chip design. AMD64 and ARM64 are natively supported.
Apache License 2.0
287 stars 48 forks source link

uninstall procedure #50

Closed ripudamank2 closed 3 weeks ago

ripudamank2 commented 1 month ago

whats the procedure to uninstall iic-osic-tool from ubuntu machine . I am running out of memory

hpretl commented 1 month ago
  1. You can list running container with docker container ls. This shows all the CONTAINERID.
  2. Stop all of them using docker container stop <CONTAINERID>.
  3. Then show all the images with docker image ls.
  4. Remove all images with docker image rm <IMAGEID>.
  5. Remove the directory where you have cloned the GitHub repo.