Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
chore: use full rasa installation in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Cote-Boucher committed Aug 12, 2020
1 parent 1227e21 commit 2210d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_botfront
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WORKDIR /build
RUN python -m venv /opt/venv && \
. /opt/venv/bin/activate && \
pip install --no-cache-dir -U 'pip<20' && \
poetry install --extras transformers --no-dev --no-root --no-interaction && \
poetry install --extras full --no-dev --no-root --no-interaction && \
poetry build -f wheel -n && \
python addons_setup.py bdist_wheel -d dist && \
pip wheel -r addons_requirements.txt -w dist && \
Expand Down

0 comments on commit 2210d2e

Please sign in to comment.