Skip to content

Commit

Permalink
Removed pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiZ committed Feb 4, 2024
1 parent 0fb0fcf commit d243271
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 531 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- flake8-future-annotations
- flake8-no-implicit-concat
# - flake8-print
# - flake8-requirements
- flake8-requirements
- flake8-simplify
- flake8-use-fstring
- flake8-use-pathlib
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ FROM python:3.8.6
WORKDIR /spe_ed

# Install dependencies
ENV PIP_NO_CACHE_DIR=false
RUN apt-get update && \
apt-get install -y gcc gfortran libopenblas-dev liblapack-dev && \
pip install -U pip pipenv Cython
COPY ["Pipfile", "Pipfile.lock", "./"]
RUN pipenv install --system --deploy --ignore-pipfile
COPY requirements.txt ./
RUN python3 -m pip install --no-cache-dir -r requirements.txt

# Copy code
COPY . ./
Expand Down
25 changes: 0 additions & 25 deletions Pipfile

This file was deleted.

Loading

0 comments on commit d243271

Please sign in to comment.