X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=df9c2b85cffbdfc87fcd7ce151cf654bea5250aa;hb=d3dff387ed728a6a74a236eb9b65d59d4929714a;hp=3262e0cfe3321756567fb1177d78dc6895e08c98;hpb=f98ee76af036d60b8f5077105830ed61a13ed5aa;p=ric-app%2Fad.git diff --git a/Dockerfile b/Dockerfile index 3262e0c..df9c2b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ # ================================================================================== +# Copyright (c) 2019 AT&T Intellectual Property. # Copyright (c) 2020 HCL Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,15 +33,9 @@ RUN conda install pandas RUN conda install -c conda-forge/label/cf202003 hdbscan RUN pip install schedule RUN conda install scikit-learn -# RUN pip install -U scikit-learn +#RUN pip install -U scikit-learn -# Install -COPY setup.py /tmp -COPY LICENSE.txt /tmp/ -# RUN mkdir -p /tmp/ad/ -#COPY ad/ /tmp/ad -COPY ad/ /ad -RUN pip install /tmp +COPY ad/ /tmp/ad ENV PYTHONUNBUFFERED 1 -CMD PYTHONPATH=/ad:/usr/lib/python3.7/site-packages/:$PYTHONPATH run-ad.py -# CMD python -W ignore /tmp/ad/main.py +CMD python -W ignore /tmp/ad/main.py +