File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ COPY MANIFEST.in .
46
46
COPY requirements.txt .
47
47
COPY LICENSE.txt .
48
48
49
- # Install Rasa and its dependencies
49
+ # Install dependencies
50
50
RUN pip install -U pip && pip install --no-cache-dir -r requirements.txt
51
51
52
52
# Install Rasa as package
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ COPY alt_requirements/ ./alt_requirements
59
59
COPY requirements.txt .
60
60
COPY LICENSE.txt .
61
61
62
- # Install Rasa and its dependencies
62
+ # Install dependencies
63
63
RUN pip install --no-cache-dir -r alt_requirements/requirements_full.txt
64
64
65
65
# Install Rasa as package and link spacy models
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ COPY alt_requirements/ ./alt_requirements
53
53
COPY requirements.txt .
54
54
COPY LICENSE.txt .
55
55
56
- # Install Rasa and its dependencies
56
+ # Install dependencies
57
57
RUN pip install --no-cache-dir -r alt_requirements/requirements_pretrained_embeddings_mitie.txt
58
58
59
59
# Install Rasa as package
You can’t perform that action at this time.
0 commit comments