Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
54dae401
Commit
54dae401
authored
2 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
update Docker base image: ubuntu:22.04
parent
0b65dd5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+4
-4
4 additions, 4 deletions
docker/Dockerfile
with
4 additions
and
4 deletions
docker/Dockerfile
+
4
−
4
View file @
54dae401
FROM
ubuntu:2
0
.04
FROM
ubuntu:2
2
.04
# ARGUMENTS
# ARGUMENTS
###########
###########
ARG
OPENSTRUCTURE_VERSION="2.3.1"
ARG
OPENSTRUCTURE_VERSION="2.3.1"
ARG
SRC_FOLDER="/usr/local/src"
ARG
SRC_FOLDER="/usr/local/src"
ARG
CPUS_FOR_MAKE=2
ARG
CPUS_FOR_MAKE=2
ARG
OPENMM_VERSION="7.
1.1
"
ARG
OPENMM_VERSION="7.
7.0
"
ARG
OPENMM_INCLUDE_PATH="/usr/local/openmm/include/"
ARG
OPENMM_INCLUDE_PATH="/usr/local/openmm/include/"
ARG
OPENMM_LIB_PATH="/usr/local/openmm/lib/"
ARG
OPENMM_LIB_PATH="/usr/local/openmm/lib/"
ARG
DEBIAN_FRONTEND=noninteractive
ARG
DEBIAN_FRONTEND=noninteractive
...
@@ -32,6 +32,7 @@ RUN apt-get update -y && apt-get install -y cmake \
...
@@ -32,6 +32,7 @@ RUN apt-get update -y && apt-get install -y cmake \
doxygen
\
doxygen
\
swig
\
swig
\
clustalw
\
clustalw
\
cython3
\
locales
&&
\
locales
&&
\
# CLEANUP
# CLEANUP
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*
...
@@ -62,7 +63,6 @@ RUN cd ${SRC_FOLDER} && \
...
@@ -62,7 +63,6 @@ RUN cd ${SRC_FOLDER} && \
cmake .. -DOPTIMIZE=ON \
cmake .. -DOPTIMIZE=ON \
-DENABLE_MM=ON \
-DENABLE_MM=ON \
-DCOMPILE_TMTOOLS=1 \
-DCOMPILE_TMTOOLS=1 \
-DUSE_NUMPY=1 \
-DOPEN_MM_LIBRARY=$OPENMM_LIB_PATH/libOpenMM.so \
-DOPEN_MM_LIBRARY=$OPENMM_LIB_PATH/libOpenMM.so \
-DOPEN_MM_INCLUDE_DIR=$OPENMM_INCLUDE_PATH \
-DOPEN_MM_INCLUDE_DIR=$OPENMM_INCLUDE_PATH \
-DOPEN_MM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins \
-DOPEN_MM_PLUGIN_DIR=$OPENMM_LIB_PATH/plugins \
...
@@ -83,7 +83,7 @@ RUN cd ${SRC_FOLDER} && \
...
@@ -83,7 +83,7 @@ RUN cd ${SRC_FOLDER} && \
#############
#############
WORKDIR
/home
WORKDIR
/home
ENV
OST_ROOT="/usr/local"
ENV
OST_ROOT="/usr/local"
ENV
PYTHONPATH="/usr/local/lib64/python3.
8
/site-packages"
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/lib64:/usr/local/openmm/lib/"
ENV
OPENSTRUCTURE_VERSION=$OPENSTRUCTURE_VERSION
ENV
OPENSTRUCTURE_VERSION=$OPENSTRUCTURE_VERSION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment