Added command to update pip setuptools and install wheel in Dockerfile
This commit is contained in:
parent
d68a7bb6e8
commit
fd002e3718
@ -16,7 +16,8 @@ RUN apt update && apt full-upgrade -y
|
|||||||
|
|
||||||
# Install pip requirements
|
# Install pip requirements
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN python -m pip install -r requirements.txt
|
RUN pip install -U pip setuptools wheel
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user