+ essentials
This commit is contained in:
parent
5b62981bab
commit
09ce693343
|
@ -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=''"]
|
Loading…
Reference in a new issue