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
14c8ec81
Commit
14c8ec81
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Update docker/README.rst
parent
85b351ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/README.rst
+7
-10
7 additions, 10 deletions
docker/README.rst
with
7 additions
and
10 deletions
docker/README.rst
+
7
−
10
View file @
14c8ec81
...
...
@@ -15,22 +15,19 @@ In order to build OST image:
.. code-block:: bash
cd <PATH TO OST>/docker
docker build --tag <IMAGE NAME>
--build-arg OPENSTRUCTURE_VERSION=<VERSION>
-f Dockerfile .
docker build --tag <IMAGE NAME> -f Dockerfile .
or if you downloaded the Dockerfile directly:
.. code-block:: bash
docker build --tag <IMAGE NAME>
--build-arg OPENSTRUCTURE_VERSION=<VERSION>
-f <DOCKERFILE NAME> <PATH TO DOCKERFILE DIR>
docker build --tag <IMAGE NAME> -f <DOCKERFILE NAME> <PATH TO DOCKERFILE DIR>
You can chose any image name (tag) eg. ost. The ``OPENSTRUCTURE_VERSION``
build argument is mandatory and image will not built without it. See
`CHANGELOG <https://git.scicore.unibas.ch/schwede/openstructure/blob/master/CHANGELOG.txt>`_
for current list of available releases. This is not expected to work for
versions which are much older than the most recent one since the dependencies
might have changed, but it should work for a few versions. If you need the
recipe for an older version, we suggest to get an older recipe from the git
history.
You can chose any image name (tag) eg. ost.
Here we only keep the recipe for the most recent version of OpenStructure. To
build an image for a different version, you can either adapt the
``OPENSTRUCTURE_VERSION`` variable in the recipe or look in the git history for
an older recipe.
Testing the image
-----------------
...
...
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