Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenQlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
las-nq
OpenQlab
Commits
3e8a0e6f
Commit
3e8a0e6f
authored
Feb 21, 2019
by
Christian Darsow-Fromm
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
8766bded
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2247
canceled
Feb 21, 2019
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.md
+5
-5
5 additions, 5 deletions
README.md
build_docker.sh
+1
-1
1 addition, 1 deletion
build_docker.sh
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
2
−
2
View file @
3e8a0e6f
...
@@ -5,7 +5,7 @@ variables:
...
@@ -5,7 +5,7 @@ variables:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.pip"
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.pip"
package
:
package
:
image
:
lasnq/
O
pen
Q
lab
image
:
lasnq/
o
pen
q
lab
stage
:
build
stage
:
build
before_script
:
before_script
:
script
:
script
:
...
@@ -53,7 +53,7 @@ test wheel installation:
...
@@ -53,7 +53,7 @@ test wheel installation:
-
.pip/
-
.pip/
test
:
test
:
image
:
lasnq/
O
pen
Q
lab
image
:
lasnq/
o
pen
q
lab
stage
:
test
stage
:
test
before_script
:
before_script
:
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
5
View file @
3e8a0e6f
...
@@ -15,8 +15,8 @@ volunteers who would like to contribute.
...
@@ -15,8 +15,8 @@ volunteers who would like to contribute.
## Documentation
## Documentation
*
Current documentation of the
[
latest release
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
O
pen
Q
lab
)
*
Current documentation of the
[
latest release
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
o
pen
q
lab
)
*
Current documentation of the
[
latest development version
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
O
pen
Q
lab-stage
)
*
Current documentation of the
[
latest development version
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
o
pen
q
lab-stage
)
## Features
## Features
...
@@ -36,7 +36,7 @@ volunteers who would like to contribute.
...
@@ -36,7 +36,7 @@ volunteers who would like to contribute.
## Installation
## Installation
For a detailed installation instruction see the main
[
documentation
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
O
pen
Q
lab/
)
.
For a detailed installation instruction see the main
[
documentation
](
https://las-nq-serv.physnet.uni-hamburg.de/python/
o
pen
q
lab/
)
.
## Usage
## Usage
...
@@ -52,7 +52,7 @@ documentation.
...
@@ -52,7 +52,7 @@ documentation.
### Tests
### Tests
Please write unittests if you add new features.
Please write unittests if you add new features.
All tests located in
`
OpenQlab
/test`
are automatically tested when pushing to Gitlab.
All tests located in
`
src
/test`
are automatically tested when pushing to Gitlab.
To run them manually use:
To run them manually use:
```
python
```
python
...
@@ -64,4 +64,4 @@ make test
...
@@ -64,4 +64,4 @@ make test
```
```
----
----
(c) 201
8
, LasNQ @ Uni Hamburg
(c) 201
9
, LasNQ @ Uni Hamburg
This diff is collapsed.
Click to expand it.
build_docker.sh
+
1
−
1
View file @
3e8a0e6f
#!/usr/bin/env bash
#!/usr/bin/env bash
set
-e
set
-e
project
=
O
pen
Q
lab
project
=
o
pen
q
lab
docker build
-t
$project
.
docker build
-t
$project
.
docker tag
$project
lasnq/
$project
docker tag
$project
lasnq/
$project
...
...
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