diff --git a/docker/apmtools/Cheatsheet.ipynb b/docker/apmtools/Cheatsheet.ipynb index 58b80528a3fecd4563b31485590982f39fa11928..841619dcbba106b42e4915bd17ed4341e83313c0 100644 --- a/docker/apmtools/Cheatsheet.ipynb +++ b/docker/apmtools/Cheatsheet.ipynb @@ -509,12 +509,12 @@ "metadata": {}, "source": [ "# Version, funding, feedback\n", - "* **APTyzer** https://github.com/areichm/APTyzer 887b82f\n", + "* **APTyzer** https://github.com/areichm/APTyzer e7e50e0\n", "* **paraprobe-toolbox** https://gitlab.com/paraprobe/paraprobe-toolbox e349fd3 (v0.4)\n", "* **APAV** https://pypi.org/project/APAV v1.4.0\n", "* **NeXus** https://fairmat-experimental.github.io/nexus-fairmat-proposal latest\n", "\n", - "Last revision: Markus Kühbach, 2023/05/08\n", + "Last revision: Markus Kühbach, 2023/05/30\n", "\n", "<a href=\"https://www.fairmat-nfdi.eu/fairmat/\">FAIRmat</a> is a consortium on research data management which is part of the German NFDI.<br>\n", "The project is funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – project 460197019.\n", diff --git a/docker/apmtools/Dockerfile b/docker/apmtools/Dockerfile index d578f6446f03af7ef1d3b0b9d9c2f85447f800be..79ea0fc63c754422208ff54d6ffae110d0df77bd 100644 --- a/docker/apmtools/Dockerfile +++ b/docker/apmtools/Dockerfile @@ -36,7 +36,7 @@ RUN cd ~ \ && 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.18 hwloc=2.1.0+dfsg-4 \ + && 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 \ && 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 \ @@ -56,7 +56,7 @@ RUN cd ~ \ && cd /home/atom_probe_tools \ && git clone https://github.com/areichm/APTyzer.git \ && cd APTyzer \ - && git checkout 887b82f \ + && git checkout e7e50e038385107cd2fb25453792471b4edd9f8a \ && cp APTyzer_V_1_2o.ipynb /home/atom_probe_tools/aptyzer/aptyzer.ipynb \ && cp LICENSE /home/atom_probe_tools/aptyzer/LICENSE \ && cp README.md /home/atom_probe_tools/aptyzer/README.md \