Skip to content
Snippets Groups Projects
Verified Commit 62f770ba authored by Xavier Robin's avatar Xavier Robin
Browse files

cleanup path non longer needed since 2.11

This follows the integration of the patch in the conda recipe
directly in our CMake files.
parent 7d2e3651
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,7 @@ RUN cd ${SRC_FOLDER} && \
#############
WORKDIR /home
ENV OST_ROOT="/usr/local"
ENV PYTHONPATH="/usr/local/lib64/python3.10/site-packages"
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64:/usr/local/openmm/lib/"
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/openmm/lib/"
ENV OPENSTRUCTURE_VERSION=$OPENSTRUCTURE_VERSION
ENTRYPOINT ["ost"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment