Skip to content

Commit e0ef0fe

Browse files
committed
git install
1 parent 0e1bd5d commit e0ef0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM python:3.7-slim
22
# install the notebook package
33
RUN pip install --no-cache --upgrade pip && \
44
pip install --no-cache notebook && \
5+
pip install git && \
6+
pip install seaborn && \
57
python -m pip install git+https://github.com/gucky92/datajoint-python.git
68

79
# expose mysql-docker

0 commit comments

Comments
 (0)