Skip to content

Commit

Permalink
fixed miti docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jan 23, 2019
1 parent c525081 commit 5d648f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_mitie
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.6-slim

ENV RASA_NLU_DOCKER="YES" \
RASA_NLU_HOME=/app \
RASA_NLU_PYTHON_PACKAGES=/usr/local/lib/python2.7/dist-packages
RASA_NLU_PYTHON_PACKAGES=/usr/local/lib/python3.6/dist-packages

# Run updates, install basics and cleanup
# - build-essential: Compile specific dependencies
Expand Down

0 comments on commit 5d648f1

Please sign in to comment.