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
c49bc738
Verified
Commit
c49bc738
authored
2 weeks ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: replace dummy script with existing test_docker.py
parent
5ca494db
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
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
c49bc738
...
@@ -39,8 +39,8 @@ docker pull registry.scicore.unibas.ch/schwede/openstructure:latest
...
@@ -39,8 +39,8 @@ docker pull registry.scicore.unibas.ch/schwede/openstructure:latest
And run a test script:
And run a test script:
```
```
echo print\(\"Hello OST\"\) > te
st.py
wget https://git.scicore.unibas.ch/schwede/openstructure/-/raw/master/docker/test_docker.py -O test_o
st.py
docker run --rm -v $(pwd):/home registry.scicore.unibas.ch/schwede/openstructure:latest test.py
docker run --rm -v $(pwd):/home registry.scicore.unibas.ch/schwede/openstructure:latest test
_ost
.py
```
```
### Singularity
### Singularity
...
@@ -58,8 +58,8 @@ sudo singularity build ost.img Singularity
...
@@ -58,8 +58,8 @@ sudo singularity build ost.img Singularity
And run a test script:
And run a test script:
```
```
echo print\(\"Hello OST\"\) > te
st.py
wget https://git.scicore.unibas.ch/schwede/openstructure/-/raw/master/docker/test_docker.py -O test_o
st.py
singularity run --app OST ost.img test.py
singularity run --app OST ost.img test
_ost
.py
```
```
### Build from source
### Build from source
...
...
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