diff --git a/Dockerfile b/Dockerfile index ee06baf..8fcfa14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,11 @@ RUN deno jupyter --install ENV JUPYTER_ENABLE_LAB=yes COPY requirements.txt . -RUN pip install -r requirements.txt +RUN pip install pandas\ + && pip install numpy\ + && pip install matplotlib\ + && pip install seaborn\ + && pip install scikit-learn\ + && pip install -r requirements.txt CMD ["start-notebook.py", "--IdentityProvider.token=''"] \ No newline at end of file