File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- FROM phusion/baseimage:focal -1.1 .0
2- LABEL maintainer="CoMSES Net <comses-dev@googlegroups.com >"
1+ FROM phusion/baseimage:jammy -1.0 .0
2+ LABEL maintainer="CoMSES Net <support@comses.net >"
33
44RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && apt-get install -y python3-pip \
55 && pip3 install nltk --no-cache-dir \
Original file line number Diff line number Diff line change 11# docker-base
22Base Dockerfile for CoMSES Net images, extends from https://github.com/phusion/baseimage-docker
3+
4+ Using the phusion baseimage-docker image for runit support and other rationale detailed in their README
5+
6+ Latest release targets Ubuntu 22.04
7+
8+ Also installs the basic Python natural language toolkit (NLTK) data for stopwords and punkt
9+
10+ - https://www.nltk.org/data.html
11+ - https://www.nltk.org/_modules/nltk/tokenize/punkt.html
12+
You can’t perform that action at this time.
0 commit comments