Skip to content
Snippets Groups Projects

Adds curl and sets numpy<1.24 to mpes-jupyter

Merged Florian Dobener requested to merge add-curl-to-mpes-jupyter into develop
Files
5
@@ -31,12 +31,12 @@ ENV PATH=/usr/local/miniconda3/bin:/home/atom_probe_tools/paraprobe-toolbox/code
RUN cd ~ \
&& apt update \
&& apt install -y curl=7.68.0-1ubuntu2.18 \
&& apt install -y curl \
&& curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh \
&& chmod +x nodesource_setup.sh \
&& ./nodesource_setup.sh \
&& apt install -y nodejs=18.16.0-deb-1nodesource1 \
&& apt install -y m4=1.4.18-4 file=1:5.38-4 git=1:2.25.1-1ubuntu3.11 wget=1.20.3-1ubuntu2 libgl1-mesa-dev=21.2.6-0ubuntu0.1~20.04.2 libglu1-mesa-dev=9.0.1-1build1 build-essential=12.8ubuntu1.1 mpich=3.3.2-2build1 libgmp-dev=2:6.2.0+dfsg-4ubuntu0.1 libmpfr-dev=4.0.2-1 libssl-dev=1.1.1f-1ubuntu2.19 hwloc=2.1.0+dfsg-4 \
&& apt install -y nodejs \
&& apt install -y m4 file git wget libgl1-mesa-dev libglu1-mesa-dev build-essential mpich libgmp-dev libmpfr-dev libssl-dev hwloc \
&& wget https://repo.anaconda.com/miniconda/Miniconda3-py38_23.1.0-1-Linux-x86_64.sh \
&& mv Miniconda3-py38_23.1.0-1-Linux-x86_64.sh miniconda3-py38_23.1.0-1-Linux-x86_64.sh \
&& chmod +x miniconda3-py38_23.1.0-1-Linux-x86_64.sh \
Loading