Skip to content

Commit 3ec2c0b

Browse files
authored
feature : --no-cache-dir to save space
save on docker image size
1 parent ad8eca1 commit 3ec2c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ COPY ai_tutor.py /ai_tutor.py
1818
COPY locale/ /locale/
1919

2020
RUN python3 -m pip install --upgrade pip
21-
RUN python3 -m pip install -r /requirements.txt
21+
RUN python3 -m pip install --no-cache-dir --requirement /requirements.txt
2222

2323
ENTRYPOINT ["/entrypoint.py"]

0 commit comments

Comments
 (0)