Skip to content

Commit

Permalink
Addressed comments for Unified Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Tathgur <tathgurt@tathgurtFLVDL.vmware.com>
  • Loading branch information
Tushar Tathgur authored and Tushar Tathgur committed Mar 6, 2023
1 parent bd70023 commit 23d2aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/images/Dockerfile.spark-jobs.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ COPY plugins/policy-recommendation/policy_recommendation_job.py /opt/spark/work-
COPY plugins/policy-recommendation/policy_recommendation_utils.py /opt/spark/work-dir/policy_recommendation_utils.py
COPY plugins/policy-recommendation/antrea_crd.py /opt/spark/work-dir/antrea_crd.py
COPY plugins/anomaly-detection/AnomalyDetection.py /opt/spark/work-dir/AnomalyDetection.py
COPY plugins/anomaly-detection/requirements.txt /opt/spark/work-dir/requirements.txt
COPY plugins/anomaly-detection/requirements.txt /opt/spark/work-dir/anomaly_detector_requirements.txt


RUN pip3 install --upgrade pip && \
pip3 install pyyaml && \
pip3 install kubernetes && \
pip3 install -r /opt/spark/work-dir/requirements.txt
pip3 install -r /opt/spark/work-dir/anomaly_detector_requirements.txt

0 comments on commit 23d2aaa

Please sign in to comment.