leandrodevai commited on
Commit
5c02cc0
·
verified ·
1 Parent(s): 5d55d9f

Sync from GitHub via hub-sync

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY requirements.txt .
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  COPY pyproject.toml README.md ./
 
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY requirements.txt .
17
+ RUN pip install --no-cache-dir --upgrade pip setuptools "wheel>=0.46.2"
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  COPY pyproject.toml README.md ./