Minimizing NONMEM Installation Size

From: Bill Denney Date: May 09, 2016 technical Source: mail-archive.com
Hi, I'm installing NONMEM 7.3.0 in a Docker container under Ubuntu Linux with gfortran. To minimize network bandwidth and as a general best practice, I want to minimize the image size. To do so, I deleted the installation media after installation is complete, and I've also deleted as many files as possible from the installation directory. That change has cut the size of the image almost in half. The files I deleted from the installation directory are listed below. Does anyone else know if I can cut more deeply (deleting more files from the installation directory)? examples/ guides/ help/ html/ *.pdf *.txt *.zip SETUP* run/*.bat run/*.EXE run/*.LNK run/CONTROL* run/DATA* run/REPORT* run/fpiwin* run/mpiwin* run/FCON run/FDATA run/FREPORT run/FSIZES run/FSTREAM run/FSUBS run/INTER run/garbage.out run/gfortran.txt util/*.LNK util/*.bat util/*.exe util/*~ util/CONTROL* util/F* util/DATA3 util/ERROR1 util/INTER util/finish_Darwin* util/finish_Linux_f95 util/finish_Linux_g95 util/finish_SunOS*) Thanks, Bill