Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 219 Bytes

File metadata and controls

13 lines (9 loc) · 219 Bytes

E: List directory /var/lib/apt/lists/partial is missing.

FROM jupyter/scipy-notebook

RUN pip install mlflow
RUN pip install sklearn

USER root
RUN apt-get update && apt-get install -y curl
USER jovyan