We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1bd5d commit e0ef0feCopy full SHA for e0ef0fe
Dockerfile
@@ -2,6 +2,8 @@ FROM python:3.7-slim
2
# install the notebook package
3
RUN pip install --no-cache --upgrade pip && \
4
pip install --no-cache notebook && \
5
+ pip install git && \
6
+ pip install seaborn && \
7
python -m pip install git+https://github.com/gucky92/datajoint-python.git
8
9
# expose mysql-docker
0 commit comments