Skip to content

Commit af6d76e

Browse files
author
gpadres
committed
Fixing lightweightness of image
1 parent 073aac1 commit af6d76e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3
1+
FROM python:3-slim
22

33
WORKDIR /app
44

python_packages.list

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@
2121

2222
#Essentials
2323
pandas #Pandas http://pandas.pydata.org/
24-
numpy #Numpy http://www.numpy.org/
25-
scipy

0 commit comments

Comments
 (0)