Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianHi authored Jan 30, 2024
1 parent bc9c766 commit 39f64a2
Showing 1 changed file with 4 additions and 1 deletion.
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>

0 comments on commit 39f64a2

Please sign in to comment.