Skip to content

Commit

Permalink
fix Dockerfile (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandroLuis committed May 18, 2024
1 parent 71df633 commit 7dfedae
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 @@ -2,12 +2,12 @@ FROM python:3.7-stretch

RUN apt-get -y install libc-dev

RUN pip install pip==22.3.1
RUN pip install --upgrade pip

COPY . .

WORKDIR python

RUN python -m pip install -e \".[dev, parallel]\"
RUN python -m pip install -e ".[dev, parallel]"

WORKDIR /

0 comments on commit 7dfedae

Please sign in to comment.