Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-spectrometer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
python-spectrometer
Commits
4f633a18
Commit
4f633a18
authored
2 months ago
by
Tobias Hangleiter
Browse files
Options
Downloads
Plain Diff
Merge branch 'enh/readme_formatting' into 'main'
Fix readme formatting See merge request
!63
parents
cb0f2487
473f764f
No related branches found
No related tags found
1 merge request
!63
Fix readme formatting
Pipeline
#1639000
waiting for manual action
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-15
15 additions, 15 deletions
README.md
with
15 additions
and
15 deletions
README.md
+
15
−
15
View file @
4f633a18
...
...
@@ -104,30 +104,30 @@ python -m hatch run tests:run
Example output:
```
sh
● docker.service - Docker Application Container Engine
Loaded: loaded
(
/usr/lib/systemd/system/docker.service
;
disabled
;
preset: disabled
)
Active: active
(
running
)
since Tue 2025-02-11 20:09:55 CET
;
1 week 1 day ago
Invocation: 609d5a409daf4e99b7b3b8da9305776d
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 54128
(
dockerd
)
Tasks: 22
Memory: 38.8M
(
peak: 1.2G, swap: 21.3M, swap peak: 23.9M
)
CPU: 1min 2.133s
CGroup: /system.slice/docker.service
└─54128 /usr/bin/dockerd
-H
fd://
--containerd
=
/run/containerd/containerd.sock
```
● docker.service - Docker Application Container Engine
Loaded: loaded
(
/usr/lib/systemd/system/docker.service
;
disabled
;
preset: disabled
)
Active: active
(
running
)
since Tue 2025-02-11 20:09:55 CET
;
1 week 1 day ago
Invocation: 609d5a409daf4e99b7b3b8da9305776d
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 54128
(
dockerd
)
Tasks: 22
Memory: 38.8M
(
peak: 1.2G, swap: 21.3M, swap peak: 23.9M
)
CPU: 1min 2.133s
CGroup: /system.slice/docker.service
└─54128 /usr/bin/dockerd
-H
fd://
--containerd
=
/run/containerd/containerd.sock
```
1.
Build the docker image:
```
sh
(
sudo
)
docker build
-t
pyspeck-dev .
```
2.
Run the image...
1.
... either running the tests and exiting:
-
... either running the tests and exiting:
```
sh
(
sudo
)
docker run
--rm
pyspeck-dev
```
2.
... or entering an interactive console:
-
... or entering an interactive console:
```
sh
(sudo) docker run --rm -it pyspeck-dev /bin/bash
```
...
...
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