Saba
0f88abd219
Allocate 8GB of memory to docker container. Adjust path to Dockerfile in Github action
2022-07-04 14:01:59 -04:00
Saba
092d0f2f21
Move Dockerfile to project root to avoid permissions issues. Allocate more memory to docker-compose to avoid OOM
2022-07-04 12:33:55 -04:00
Debanjum Singh Solanky
c31abad0a6
Mount embeddings to /data/embeddings for directory naming consistency
...
- Keeps directory paths consistent between host and container volumes
- Consistency simplifies documentation and updates required to setup
sample_config.yml for local installation
2022-01-29 03:24:02 -05:00
Debanjum Singh Solanky
b0067fc32e
Store docker, conda, semantic-search configuration in a config directory
...
- Improves organization of config files required for application
- Declutters the application root directory from configs
2022-01-29 02:41:11 -05:00
Debanjum Singh Solanky
3e889760c7
Merge sample_config, docker_sample_config yml into a single sample_config.yml
...
- Update readme to indicate how to update the new sample_config to run on test data
2022-01-29 01:32:12 -05:00
Debanjum Singh Solanky
6ed667aed0
Add Troubleshooting Section, Minor Fixes to Readme
2022-01-29 00:11:40 -05:00
Saba
1ba7fa66e5
Update README and default folders in docker_sample_config.yml
...
- Add instruction to using Docker with README
- Use the ./tests/data folder in docker_sample_conifg.yml so it can work right away for users
2022-01-28 23:20:50 -05:00
Saba
9802023c79
Clean up docker-compose
...
- Mount the local directory to /app
- Reformat the file paths to generically indicate what their purpose is
- Add comments to assist users who wasnt to modify properties themselves
2022-01-24 14:10:18 -05:00
Saba
66d08ab5df
Rename web to server in docker-compose.yml
2022-01-24 00:14:01 -05:00
Saba
77fa8718d9
Working example with docker-compose
...
Still need quite a bit of clean-up, but this adds a working docker-compose + Dockerfile setup
2022-01-23 23:44:38 -05:00
Saba
875188dc6f
Initialize working on #20 to add Docker support
...
- Add a Dockerfile which uses an Ubuntu image to install relevant dependencies (exif) and uses a Miniconda image for setting up/reusing the conda environment
- Add a dummy docker-compose file
2022-01-23 14:57:28 -05:00