Skip to content
Snippets Groups Projects
Commit b8becc28 authored by Dorian Koch's avatar Dorian Koch
Browse files

Limit pipeline, add doc

parent 52ef0491
No related branches found
No related tags found
No related merge requests found
Pipeline #5801 passed with warnings
build:
stage: build
when: manual
timeout: 2h
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......
Docker image for rendering videos
# regular use (not tested)
`docker run --rm -it -v ./240429:/240429 registry.git.fsmpi.rwth-aachen.de/doriank/render_video_docker/render_video -C /240429 -c "24ss-algomod" -l "Algorithmische Modelltheorie"`
It is a good idea to run the docker container non-elevated or else the files will have owner root
# rwth cluster
`apptainer pull render_container docker://registry.git.fsmpi.rwth-aachen.de/doriank/render_video_docker/render_video`
`apptainer exec --mount type=bind,source=/hpcwork,destination=/hpcwork render_container /binaries/debug/render_video -C $HPCWORK/240429 -c "24ss-algomod" -l "Algorithmische Modelltheorie" -t 720p -T 1440p`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment