update
This commit is contained in:
@@ -28,8 +28,8 @@ COPY requirements.txt .
|
|||||||
# Build wheel files for all dependencies AND their transitive dependencies.
|
# Build wheel files for all dependencies AND their transitive dependencies.
|
||||||
# --wheel-dir=/wheels: write .whl files to the wheelhouse directory
|
# --wheel-dir=/wheels: write .whl files to the wheelhouse directory
|
||||||
# (no --no-deps: we want the full dependency tree pre-compiled)
|
# (no --no-deps: we want the full dependency tree pre-compiled)
|
||||||
RUN pip install --no-cache-dir --upgrade pip && \
|
RUN python -m pip install --no-cache-dir --upgrade pip && \
|
||||||
pip wheel --no-cache-dir --wheel-dir=/wheels -r requirements.txt
|
python -m pip wheel --no-cache-dir --wheel-dir=/wheels -r requirements.txt
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Stage 2: Application Builder
|
# Stage 2: Application Builder
|
||||||
|
|||||||
Reference in New Issue
Block a user