Skip to content
Snippets Groups Projects
Commit 1a937e71 authored by Christian Winter's avatar Christian Winter
Browse files

debug conflicting versions in jupyter-server and probfit

parent 8872fbfb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
### installing pip packages
RUN pip install numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas\
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets --upgrade --no-cache-dir
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server --upgrade --no-cache-dir
RUN pip install iminuit --no-cache
......
......@@ -27,7 +27,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
tar -xzf root_v6.28.04.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && \
source root/bin/thisroot.sh
RUN pip install requests-ftp lxml uproot wheel awkward probfit tensorflow --no-cache-dir
RUN pip install requests-ftp lxml uproot wheel awkward tensorflow --no-cache-dir
## Switch back to $NB_USER
USER $NB_USER
\ No newline at end of file
......@@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
tar -xzf root_v6.28.04.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && \
source root/bin/thisroot.sh
RUN pip install requests-ftp lxml uproot wheel awkward probfit tensorflow --no-cache-dir
RUN pip install requests-ftp lxml uproot wheel awkward tensorflow --no-cache-dir
## Switch back to $NB_USER
USER $NB_USER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment