Skip to content
Snippets Groups Projects
Commit a67af630 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

export OPENSTRUCTURE_VERSION variable in docker container

parent 7845f46e
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ ENV OST_ROOT="/usr/local"
ENV PYTHONPATH="/usr/local/lib64/python3.6/site-packages"
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64:/usr/local/openmm/lib/"
ENV QT_X11_NO_MITSHM=1
ENV OPENSTRUCTURE_VERSION=$OPENSTRUCTURE_VERSION
ENTRYPOINT ["ost"]
CMD ["-i"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment