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