From a303a80985a249a5c3f88367e29cfdd57cc14467 Mon Sep 17 00:00:00 2001 From: "david.buniatyan@gmail.com" Date: Sun, 24 Oct 2021 18:32:43 -0700 Subject: [PATCH] pip update --- bin/Dockerfile | 2 +- bin/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Dockerfile b/bin/Dockerfile index 7fa53bed49..302a647e7d 100644 --- a/bin/Dockerfile +++ b/bin/Dockerfile @@ -12,5 +12,5 @@ WORKDIR /app RUN pip install -r hub/requirements/plugins.txt && \ pip install -r hub/requirements/tests.txt -RUN pip3 install -e . +RUN pip install -e . diff --git a/bin/Dockerfile.dev b/bin/Dockerfile.dev index ae632d99f6..1079da626e 100644 --- a/bin/Dockerfile.dev +++ b/bin/Dockerfile.dev @@ -12,4 +12,4 @@ WORKDIR /app RUN pip install -r hub/requirements/plugins.txt && \ pip install -r hub/requirements/tests.txt -RUN pip3 install -e . +RUN pip install -e .