Skip to content
Snippets Groups Projects
Unverified Commit 775a7dc1 authored by Kai Szuttor's avatar Kai Szuttor Committed by GitHub
Browse files

Merge pull request #160 from jngrad/image-style-checks

Move style-check related packages to Ubuntu 20.04
parents 195476a2 865ed262
Branches
No related tags found
No related merge requests found
Pipeline #11681 failed
......@@ -23,6 +23,8 @@ RUN apt-get update && apt-get install -y \
python3-scipy \
python3-h5py \
python3-vtk7 \
python3-pip \
python3-requests \
python3-setuptools \
libhdf5-openmpi-dev \
libhdf5-openmpi-103:amd64 \
......@@ -38,6 +40,17 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN bash /tmp/build-and-install-scafacos.sh
RUN useradd -m espresso
USER 1000
USER espresso
ENV HOME="/home/espresso"
ENV PATH="${PATH}:${HOME}/.local/bin"
RUN pip3 install --user \
autopep8==1.3.4 \
pycodestyle==2.3.1 \
pylint==2.2.2 \
astroid==2.1.0 \
isort==4.3.4 \
cmake-format==0.6.9 \
pre-commit
WORKDIR /home/espresso
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment