UPDATE
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
pkg-config \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt constraints.txt .
|
||||
COPY requirements.txt constraints.txt ./
|
||||
|
||||
RUN PIP_CONSTRAINT=/app/constraints.txt \
|
||||
pip install \
|
||||
|
||||
Reference in New Issue
Block a user