fix Dockerfile (#2480)

This commit is contained in:
Alexandro 2024-05-18 14:29:10 +02:00 committed by GitHub
parent 71df6331e1
commit 7dfedae3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 /