Skip to content

Commit d8c233f

Browse files
committed
fix: reformatting
1 parent 4774806 commit d8c233f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ COPY requirements.txt .
1515
COPY brown_length .
1616
COPY word_freqs .
1717
COPY w2v .
18-
RUN cat /etc/os-release
1918
RUN yum install -y wget unzip
2019
RUN pip3 install -r requirements.txt
2120

@@ -27,7 +26,7 @@ RUN wget -O /usr/share/nltk_data/corpora/stopwords.zip https://raw.githubusercon
2726
RUN wget -O /usr/share/nltk_data/tokenizers/punkt.zip https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/tokenizers/punkt.zip
2827
RUN wget -O /usr/share/nltk_data/tokenizers/punkt_tab.zip https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/tokenizers/punkt_tab.zip
2928

30-
# Unzip the downloaded files into the correct subfolders
29+
# Unzip the downloaded files into the correct subfolders corresponsing to NLTK requirements
3130
RUN unzip /usr/share/nltk_data/corpora/wordnet.zip -d /usr/share/nltk_data/corpora/
3231
RUN unzip /usr/share/nltk_data/models/word2vec_sample.zip -d /usr/share/nltk_data/models/
3332
RUN unzip /usr/share/nltk_data/corpora/brown.zip -d /usr/share/nltk_data/corpora/

0 commit comments

Comments
 (0)