eggie5-adyen
commited on
Commit
•
47e3987
1
Parent(s):
b0f6825
added md package
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -30,7 +30,8 @@ RUN pip install --no-cache-dir \
|
|
30 |
pandas \
|
31 |
scikit-learn \
|
32 |
matplotlib \
|
33 |
-
seaborn
|
|
|
34 |
|
35 |
|
36 |
# Setup IPython kernel
|
|
|
30 |
pandas \
|
31 |
scikit-learn \
|
32 |
matplotlib \
|
33 |
+
seaborn \
|
34 |
+
markdown
|
35 |
|
36 |
|
37 |
# Setup IPython kernel
|