topic_modelling / Dockerfile

Commit History

Added and replaced relevant files to download in download_model.py to allow for app use on AWS
49e0db8

seanpedrickcase commited on

Updated Dockerfile with latest packages
08eb30d

seanpedrickcase commited on

Corrected minor Dockerfile package version issue
593153e

seanpedrickcase commited on

App now retains original index following cleaning to allow for referring back to original data
90553eb

seanpedrickcase commited on

Now installed dependencies into correct folder in Dockerfile
5888649

seanpedrickcase commited on

Finally managed to enforce cpu torch install in Dockerfile
97913c4

seanpedrickcase commited on

Further optimised Dockerfile and requirements (smaller torch installation now hopefully)
00db72b

seanpedrickcase commited on

Transferring across installed packages from build stage in Dockerfile
c9da99d

seanpedrickcase commited on

Changed Dockerfile to multi-stage build to further reduce size
0fd155c

seanpedrickcase commited on

Trying to make container image smaller through Dockerfile
7d5387e

seanpedrickcase commited on

Minor changes to reduce Dockerfile size
b767539

seanpedrickcase commited on

Removed some requirements from Dockerfile for AWS deployment to reduce container size
51ba1cb

seanpedrickcase commited on

Added NUMBA_CACHE_DIR to Docker environmental variables
cd6a3e0

seanpedrickcase commited on

Allowed for app running on AWS to use smaller embedding model and not to load representation LLM (due to size restrictions).
22ca76e

seanpedrickcase commited on

Dockerfile now installs models directly into user folder instead of moving from base folder
3c1c3de

seanpedrickcase commited on

Updated Gradio version for spaces. Updated Dockerfile to enable Llama.cpp build with Cmake
d34af22

seanpedrickcase commited on

Updated packages. Improve hierarchy vis. Better models - mixedbread and phi3. Now option to split texts into sentences before modelling.
04a15c5

seanpedrickcase commited on

first commit
9dbf344

Sonnyjim commited on