Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2023
1 parent aa2522f commit 6b384e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]"

Expand Down

0 comments on commit 6b384e6

Please sign in to comment.