FROM jupyter/base-notebook:latest
WORKDIR /work
# RUN pip install --no-cache-dir numpy pandas
EXPOSE 8888
CMD ["jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser", "--allow-root"]