sharafdin
5c1a984f6d
feat(docker): add core library dockerization
...
- Add Dockerfile for production builds
- Add Dockerfile.dev for development
- Add Dockerfile.test for testing
- Add docker-compose.yml for easy workflow
- Organize in docker/core/ directory
2026-01-12 12:43:53 +03:00
sharafdin
047067e34d
Add Docker test script
2026-01-05 12:29:03 +03:00
sharafdin
e18e818885
Add Docker documentation and usage guides
2026-01-05 12:28:50 +03:00
sharafdin
1a750614c6
Add Dockerfile and .dockerignore for Memvid CLI
2026-01-05 12:28:22 +03:00
Olow304
552ea384c2
Release v2.0.131, Give your AI Agent Memory In One File
2026-01-04 20:45:00 -05:00
sharafdin
b6f9110ba7
Add README to docker directory
2026-01-04 18:13:15 +03:00
sharafdin
351bde12a4
Clean up old Docker files and documentation
2026-01-04 18:11:21 +03:00
sharafdin
335456537b
Improve Dockerfile: add non-root user, update version, optimize build
2026-01-01 07:21:41 +03:00
sharafdin
732f581b51
Fix Dockerfile: use Ubuntu 24.04 for GLIBC 2.39 compatibility
2026-01-01 07:10:34 +03:00
sharafdin
73b7172377
Add Docker usage documentation
2026-01-01 07:02:42 +03:00
sharafdin
3c78745053
Add .dockerignore for CLI Docker builds
2026-01-01 06:53:08 +03:00
sharafdin
5e305896ae
Add Dockerfile for Memvid CLI
2026-01-01 06:52:32 +03:00
Tyler "Nex" Kolody
3d296e3de5
Reworked the dockerization to all work from the base encoder. Many things are still hard-coded where they shouldn't be, but everything except AV1 is still massively blown up, and AV1 takes absolute ages (15 minutes for a single file). Next steps will be figuring out why h264/5 are still so bloated, but they all run now.
2025-06-01 22:24:51 -07:00
Tyler "Nex" Kolody
9568abb311
Harmonized everything with the new configs, fixed a few issues or inconsistencies. There are still some significant issues related to getting encoding to work the same way in docker and natively. Right now there's a lot of repetition, poor seperation of concerns, etc. because of the new docker way of doing things.
2025-05-31 20:31:04 -07:00
Tyler "Nex" Kolody
bdfa3a2461
Since h265 encoding is so finicky, created a simple docker container to run the necessary script in. This should allow for anyone to use h265, regardless of their python environment. While it should work on Linux and Mac, it has only been tested using WSL
2025-05-31 18:11:08 -07:00