Skip to content

Commit 2a4da27

Browse files
committedMar 12, 2020
disable pip cache in docker build
1 parent db1940f commit 2a4da27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM ctcoss/get-lfs
33
WORKDIR /opt/src
44
COPY . /opt/src
55

6-
RUN python -m pip install -r requirements.txt
6+
RUN python -m pip install -r requirements.txt --no-cache-dir
77

88
ENTRYPOINT ["python", "-m", "xview_lfs.yolo"]

0 commit comments

Comments
 (0)
Please sign in to comment.