Skip to content

Commit 60b0fe0

Browse files
committed
Add k8s documentation to readme for pulling image
1 parent c4f6027 commit 60b0fe0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,27 @@
22

33
# Collaborative-Coding-Exam
44
Repository for final evaluation in the FYS-8805 Reproducible Research and Collaborative coding course
5+
6+
## Usage
7+
8+
TODO: Fill in
9+
10+
### Running on a k8s cluster
11+
12+
In your job manifest, include:
13+
14+
```yaml
15+
# ...
16+
spec:
17+
template:
18+
spec:
19+
containers:
20+
- name: some-container-name
21+
image: "ghcr.io/sfi-visual-intelligence/collaborative-coding-exam:main"
22+
# ...
23+
```
24+
25+
to pull the latest build, or check the [packages](https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam/pkgs/container/collaborative-coding-exam), for earlier versions.
26+
27+
> [!NOTE]
28+
> The container is build for a `linux/amd64` architecture to properly build Cuda 12. For other architectures please build the docker image locally.

0 commit comments

Comments
 (0)