diff --git a/container/Dockerfile b/container/Dockerfile index 669aacc73d445849b09c286219cfafb188aca244..b4d82a2f011ea011ec36bd1bb583f738cc1250db 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -24,7 +24,6 @@ RUN cd ${SRC_FOLDER} && \ cd ${SRC_FOLDER}/promod-${PROMOD_VERSION}/build && \ # Build and install ProMod3 cmake .. -DOST_ROOT=/usr/local \ - -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.6m.so \ -DOPTIMIZE=1 \ -DENABLE_SSE=1 \ -DDISABLE_DOCUMENTATION=1 && \