We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf6b02 commit 676ca4eCopy full SHA for 676ca4e
1 file changed
Dockerfile
@@ -51,6 +51,7 @@ ENV PACKAGES="\
51
# * pandas: library providing high-performance, easy-to-use data structures and data analysis tools
52
# * nltk: suite of libraries and programs for symbolic and statistical natural language processing for English
53
ENV PYTHON_PACKAGES="\
54
+ cython \
55
numpy \
56
matplotlib \
57
scipy \
@@ -74,4 +75,4 @@ RUN apk add --no-cache --virtual build-dependencies python3 \
74
75
&& apk add --no-cache --virtual build-dependencies $PACKAGES \
76
&& rm -rf /var/cache/apk/*
77
-CMD ["python3"]
78
+CMD ["python3"]
0 commit comments