Skip to content

Commit

Permalink
differences for PR #248
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 16, 2024
1 parent e904952 commit 5fbdb19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ scientific software (or software in general!) for your research. Then,
share with your neighbors and try to come up with a list of common gripes or
challenges.

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout

## What is a software *dependency*?

We will mention software *dependencies* a lot in this section of the workshop
so it is good to clarify this term up front. A software dependency is a
relationship between software components where one component relies on the
other to work properly. For example, if a software application uses a library
to query a database, the application depends on that library.

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand All @@ -66,6 +77,8 @@ or missing piece may stop the whole thing from working or break something that w
already running. It's no surprise that this situation is sometimes
informally termed **dependency hell**.



::::::::::::::::::::::::::::::::::::::: challenge

## Software and Science
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config.yaml" "54be1fabc599404a592c83552a49916f" "site/built/config.yaml" "2024-07-26"
"index.md" "16a0cc69e6e31090b65bec6484cdf513" "site/built/index.md" "2024-08-16"
"links.md" "00995287cb95631827a4f30cbe5a7722" "site/built/links.md" "2024-08-16"
"episodes/introduction.md" "fbd6c719d897bfa342d976928b942d56" "site/built/introduction.md" "2024-08-01"
"episodes/introduction.md" "6bc639ef055cb5f5f74083e201d9d78a" "site/built/introduction.md" "2024-08-16"
"episodes/meet-docker.md" "36a6daa2e4727a8ce88db8a4a1a0fa88" "site/built/meet-docker.md" "2024-08-01"
"episodes/running-containers.md" "4bd40434e9fee516256b848e2a423f5a" "site/built/running-containers.md" "2024-06-27"
"episodes/managing-containers.md" "cd974b695f6fa04b3042765a827df552" "site/built/managing-containers.md" "2024-06-27"
Expand Down

0 comments on commit 5fbdb19

Please sign in to comment.