Commit Graph

13 Commits

Author SHA1 Message Date
Simon Larsen
b5fa564cb3
refactor: Remove LLM/Models from .dockerignore 2024-07-05 09:29:05 +01:00
Simon Larsen
7393d9c2bc chore: Update Dockerfile and docker-compose.llm.yml for LLM models
This commit updates the Dockerfile and docker-compose.llm.yml files to include the LLM Models directory. The Dockerfile now uses the `ADD .` command to copy the entire repository into the container at `/app`, and the docker-compose.llm.yml file has been modified to set the context to the `./LLM` directory. These changes ensure that the LLM Models directory is included in the Docker image and that the correct context is used for building the image.
2024-06-28 17:59:43 +00:00
Simon Larsen
c5f6816d7b
chore: Update Llama Models directory name to LLM 2024-06-28 11:53:09 +01:00
Simon Larsen
9a86978c9d
chore: Update Llama Models directory name to LLM
The directory name for Llama Models has been updated from "Llama/Models" to "LLM/Models". This change ensures consistency and aligns with the updated file paths in the codebase.
2024-06-28 11:32:44 +01:00
Simon Larsen
008e0c50b1
fix cluster domain in helm chart 2023-10-18 10:16:23 +01:00
Simon Larsen
2a6cb19405
add pnpm to docker build to speed up builds 2023-10-02 12:38:40 +01:00
Simon Larsen
ce0e571bbe
fix docker file 2022-12-16 13:35:59 +05:30
Simon Larsen
782d6f1946
fix dockerignore. 2022-12-16 12:52:05 +05:30
Nawaz Dhandala
874d6dbb67
fix ignore files 2022-04-24 20:20:53 +01:00
Nawaz Dhandala
babf72e7b9
Rename services 2022-04-11 14:11:16 +01:00
Nawaz Dhandala
2803de06e8 remove newrelic 2022-02-11 22:22:01 +00:00
Nawaz Dhandala
b7b1129093 fix dockerignore 2022-01-22 10:37:57 +00:00
Nawaz Dhandala
bfa53c96ae fix dockerfiles 2022-01-19 12:23:34 +00:00