We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626de68 commit 8aa51b9Copy full SHA for 8aa51b9
Dockerfile
@@ -1,6 +1,5 @@
1
-# base CoMSES Dockerfile
2
-FROM phusion/baseimage:0.11
3
-LABEL maintainer="Allen Lee <allen.lee@asu.edu>"
+FROM phusion/baseimage:18.04-1.0.0
+LABEL maintainer="CoMSES Net <comses-dev@googlegroups.com>"
4
5
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && apt-get install -y python3-pip \
6
&& pip3 install nltk --no-cache-dir \
0 commit comments