diff --git a/docker/Dockerfile-ubuntu-24.04 b/docker/Dockerfile-ubuntu-24.04 index bf66e17..3ae93e1 100644 --- a/docker/Dockerfile-ubuntu-24.04 +++ b/docker/Dockerfile-ubuntu-24.04 @@ -54,11 +54,11 @@ RUN apt-get update && \ python3 \ python3-dev \ pylint \ - python3-autopep8 \ python3-coverage \ python3-dev \ python3-h5py \ python3-ipykernel \ + python3-jinja2 \ python3-lxml \ python3-matplotlib \ python3-nbconvert \ @@ -66,10 +66,11 @@ RUN apt-get update && \ python3-numpydoc \ python3-pint \ python3-pip \ - python3-pycodestyle \ + python3-pkg-resources \ python3-requests \ python3-scipy \ python3-setuptools \ + python3-sympy \ python3-sphinx \ python3-sphinxcontrib.bibtex \ python3-tqdm \ @@ -103,6 +104,9 @@ RUN cd "${HOME}" && \ . venv/bin/activate && \ python3 -m pip install --no-cache \ jupyterlab==4.0.13 \ + pep8==1.7.1 \ + autopep8==2.1.0 \ + pycodestyle==2.11.1 \ sphinx-toggleprompt==0.5.2 && \ deactivate && \ mkdir -p "${HOME}/.local/bin" && \