Skip to content

Commit

Permalink
Merge pull request #17 from kaybenleroll/updatenlp
Browse files Browse the repository at this point in the history
Moving the NLP image to its own build based on verse:4.0.0
  • Loading branch information
kaybenleroll committed Jul 3, 2020
2 parents 626f5c6 + 8d2783b commit 67cfd5b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion r_nlp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM kaybenleroll/r_baseimage:base202006
FROM rocker/verse:4.0.0

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
byobu \
less \
libgsl-dev \
python3-pip \
&& apt-get clean \
Expand All @@ -14,10 +16,30 @@ RUN apt-get update \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& install2.r --error \
cleanNLP \
kernlab \
broom \
conflicted \
cowplot \
DataExplorer \
directlabels \
fs \
furrr \
googleCloudStorageR \
lda \
lsa \
openNLP \
politeness \
qdap \
quanteda \
spacyr \
sessioninfo \
snakecase \
text2vec \
textplot \
tidygraph \
tidyquant \
tidytext \
tm \
topicmodels \
udpipe \
wordcloud
Expand Down

0 comments on commit 67cfd5b

Please sign in to comment.