Skip to content

Commit 88ed372

Browse files
committed
improve comments
1 parent a5c9aa4 commit 88ed372

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY MANIFEST.in .
4646
COPY requirements.txt .
4747
COPY LICENSE.txt .
4848

49-
# Install Rasa and its dependencies
49+
# Install dependencies
5050
RUN pip install -U pip && pip install --no-cache-dir -r requirements.txt
5151

5252
# Install Rasa as package

docker/Dockerfile_full

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY alt_requirements/ ./alt_requirements
5959
COPY requirements.txt .
6060
COPY LICENSE.txt .
6161

62-
# Install Rasa and its dependencies
62+
# Install dependencies
6363
RUN pip install --no-cache-dir -r alt_requirements/requirements_full.txt
6464

6565
# Install Rasa as package and link spacy models

docker/Dockerfile_pretrained_embeddings_mitie_en

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY alt_requirements/ ./alt_requirements
5353
COPY requirements.txt .
5454
COPY LICENSE.txt .
5555

56-
# Install Rasa and its dependencies
56+
# Install dependencies
5757
RUN pip install --no-cache-dir -r alt_requirements/requirements_pretrained_embeddings_mitie.txt
5858

5959
# Install Rasa as package

0 commit comments

Comments
 (0)