From 6b384e6b8f5f76969a14e887dfdf0ba84aa970d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 08:37:21 +0000 Subject: [PATCH] style: pre-commit fixes --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca9a7217f9..1981662917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV CMAKE_MAKE_PROGRAM=/usr/bin/make ENV SUNDIALS_INST=root/.local ENV LD_LIBRARY_PATH=root/.local/lib: -RUN python3.9 -m pip install wget +RUN python3.9 -m pip install wget # Copy project files into the container RUN git clone https://github.com/pybamm-team/PyBaMM.git @@ -29,7 +29,7 @@ RUN /bin/bash -c "source venv/bin/activate" # Install PyBaMM RUN python3.9 -m pip install --upgrade pip setuptools wheel nox -RUN python3.9 scripts/install_KLU_Sundials.py +RUN python3.9 scripts/install_KLU_Sundials.py RUN git clone https://github.com/pybind/pybind11.git pybind11/ RUN python3.9 -m pip install -e ".[all]"