Skip to content

Commit 2028f00

Browse files
committed
Remove remainng references to poetry
Signed-off-by: Federico Busetti <[email protected]>
1 parent 54372dc commit 2028f00

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ Python docker image tend to become large after installing the application requir
6969
to minimise the image size, even if it produces a slightly more complex multistage
7070
Dockerfile.
7171

72-
The following setup makes sure the production image will keep to a minimal size ("only" 390MB):
72+
The following setup makes sure the production image will keep to a minimal size ("only" 360MB):
7373
* 150MB base image
74-
* 165MB python installed dependencies
75-
* 73MB poetry + updated pip
74+
* 210MB python installed dependencies
7675

7776
Using the following pipeline the "test" image is instead ~850MB, more than 400MB that would
7877
end up as a cost in traffic on each image pull.

docs/dockerfile.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ Python docker image tend to become large after installing the application requir
55
to minimise the image size, even if it produces a slightly more complex multistage
66
Dockerfile.
77

8-
The implemented Dockerfile makes sure the production image will keep to a minimal size ("only" 390MB):
8+
The implemented Dockerfile makes sure the production image will keep to a minimal size ("only" 360MB):
99
* 150MB base image
10-
* 165MB python installed dependencies
11-
* 73MB poetry + updated pip
10+
* 210MB python installed dependencies
1211

1312
If you look at the "dev" image is instead ~850MB, more than 400MB that would
1413
end up as a cost in traffic on each image pull.

0 commit comments

Comments
 (0)