[RICAPP-173] AD xApp Release version 0.0.2 (Dawn)
[ric-app/ad.git] / Dockerfile
index 3262e0c..91cfc54 100644 (file)
@@ -27,20 +27,12 @@ ENV RMR_SEED_RT /opt/route/local.rt
 
 RUN apk update && apk add gcc musl-dev
 RUN pip install ricxappframe
-RUN conda update -n base -c defaults conda
-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
 
 # 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
 ENV PYTHONUNBUFFERED 1
 CMD PYTHONPATH=/ad:/usr/lib/python3.7/site-packages/:$PYTHONPATH run-ad.py
-# CMD python -W ignore /tmp/ad/main.py