From 5960ebbf22729c8d96550ff9fedfccc790e6c3b2 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 3 Oct 2023 16:31:40 +0100 Subject: [PATCH] remove install of version control requirements --- deployment/Dockerfile.prediction.lambda | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/Dockerfile.prediction.lambda b/deployment/Dockerfile.prediction.lambda index 35fc756..58c3a88 100644 --- a/deployment/Dockerfile.prediction.lambda +++ b/deployment/Dockerfile.prediction.lambda @@ -14,7 +14,6 @@ RUN yum install -y gcc python3-devel # Install python packages COPY modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt ./requirements.txt RUN pip install --no-cache-dir -r ./requirements.txt -RUN pip install --no-cache-dir -r ./requirements-vc.txt # Copy the project code COPY modules/ml-pipeline/src/pipeline ./pipeline