Skip to content

Commit a220808

Browse files
committed
work in progress
1 parent ddee249 commit a220808

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/thesis/2-reproducibility.typ

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,11 +1488,11 @@ Tools such as Docker provide mechanisms to encapsulate software and its
14881488
dependencies in containers, thus creating environments that remain unchanged
14891489
after creation. Once a container is built, it can be shared and executed across
14901490
different systems with the guarantee that it will function identically, given
1491-
the same environment. This characteristic makes containers highly suitable for
1492-
distributing software.
1491+
the same hardwar environment. This characteristic makes containers highly
1492+
suitable for distributing software.
14931493

1494-
Despite the advantages of immutability, it does not guarantee reproducibility by
1495-
default. For instance, container images hosted on platforms like Docker Hub
1494+
Despite the advantages of immutability, it does not guarantee reproducibility.
1495+
For instance, container images hosted on platforms like Docker Hub
14961496
#cite(<dockerhub>,form:"normal"), including popular language interpreters
14971497
#eg[Python, NodeJS, PHP], may not be reproducible due to non-deterministic
14981498
steps during the image creation. A specific example can be found in

0 commit comments

Comments
 (0)