Fix workflow
This commit is contained in:
@@ -5,7 +5,7 @@ RUN mkdir /install
|
||||
WORKDIR /install
|
||||
|
||||
COPY requirements.txt /
|
||||
RUN pip install --prefix=/install -r /requirements.txt
|
||||
RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt
|
||||
|
||||
FROM base
|
||||
COPY --from=builder /install /usr/local
|
||||
|
||||
Reference in New Issue
Block a user