diff --git a/core/Dockerfile b/core/Dockerfile index 27f32ff2..459f747d 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -19,8 +19,8 @@ RUN pip install -U pip && \ pip install --no-cache-dir . &&\ python3 -c "import nltk; nltk.download('punkt');nltk.download('averaged_perceptron_tagger')" -### COPY PLUGINS ### -COPY ./cat/plugins /app/cat/plugins +### COPY CAT CODE INSIDE THE CONTAINER (so it can be run standalone) ### +COPY ./cat /app/cat ### INSTALL PYTHON DEPENDENCIES (Plugins) ### COPY ./install_plugin_dependencies.py /app/install_plugin_dependencies.py diff --git a/core/pyproject.toml b/core/pyproject.toml index 14f4b200..e895a929 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "Cheshire-Cat" description = "Production ready AI assistant framework" -version = "1.3.2" +version = "1.3.3" requires-python = ">=3.10" license = { file="LICENSE" } authors = [