Skip to content

Commit

Permalink
Merge pull request #579 from cheshire-cat-ai/develop
Browse files Browse the repository at this point in the history
hotfix: broken core image (when standalone)
  • Loading branch information
pieroit authored Nov 22, 2023
2 parents 4dd5c5d + e8a09f4 commit c70db3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit c70db3e

Please sign in to comment.