Skip to content

Commit

Permalink
fix_autopep
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Apr 16, 2024
1 parent 201045c commit 30004c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,23 @@ 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 \
python3-numpy \
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 \
Expand Down Expand Up @@ -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" && \
Expand Down

0 comments on commit 30004c3

Please sign in to comment.