Commit 04b3c209 authored by Uwe Köckemann's avatar Uwe Köckemann
Browse files

Added cplex to docker file (not adding the binary installer)

parent 233f35f7
FROM python:3.8-slim-buster
FROM python:3.7-slim-buster
WORKDIR /moving-target
......@@ -21,11 +21,18 @@ ENV PYTHONPATH="/moving-target/AIDDL/core/python/src:/moving-target/AIDDL/networ
ENV AIDDL_PATH="/moving-target/AIDDL/core/aiddl:/moving-target/AIDDL/common/aiddl"
ENV JAVA_HOME="/moving-target/jdk-12"
ENV PATH="/moving-target/jdk-12/bin:${PATH}"
RUN git clone https://github.com/uwe-koeckemann/AIDDL.git && cd AIDDL && git checkout develop
RUN cd AIDDL/core/java/ && ./gradlew publishToMavenLocal
RUN cd AIDDL/common/java/ && ./gradlew publishToMavenLoca
RUN cd AIDDL/network/java/ && ./gradlew publishToMavenLocal
WORKDIR /moving-target/deps
RUN sh cplex_studio1210.linux-x86-64.bin -f response.properties
RUN python3 /opt/ibm/ILOG/CPLEX_Studio1210/python/setup.py install
WORKDIR /moving-target
RUN jupyter trust ./jupyter/Regression_Example.ipynb
CMD ["./start.sh"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment