Skip to content

Commit

Permalink
Merge pull request #3 from DLR-FT/sebastianHi-patch-1
Browse files Browse the repository at this point in the history
added linceses and added automatinc license linting
  • Loading branch information
sebastianHi authored Jan 30, 2024
2 parents eed8b3c + b5cd880 commit 58401e9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR)
# SPDX-License-Identifier: Apache-2.0

name: REUSE Compliance Check

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR)
# SPDX-License-Identifier: Apache-2.0

name: Rust

on:
Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR)
# SPDX-License-Identifier: Apache-2.0

# To build: docker build -t tbt .

# Stage 1: Build the Rust application
Expand Down Expand Up @@ -32,4 +35,4 @@ COPY res /app/res
COPY --from=builder /app/target/release/tbt-segmentation /app/target/release/tbt-segmentation

# Best way to run docker: docker run -it --rm --name tbt-container <image_name> bash
# If you want to have a look at the .png files call from your host system: docker cp <container_id>:<location_png> <location_to_be_stored>
# If you want to have a look at the .png files call from your host system: docker cp <container_id>:<location_png> <location_to_be_stored>
3 changes: 3 additions & 0 deletions scripts/infer_parameters_visualization.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR)
# SPDX-License-Identifier: Apache-2.0

import os
import re
import sys
Expand Down

0 comments on commit 58401e9

Please sign in to comment.