We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1940f commit 2a4da27Copy full SHA for 2a4da27
Dockerfile
@@ -3,6 +3,6 @@ FROM ctcoss/get-lfs
3
WORKDIR /opt/src
4
COPY . /opt/src
5
6
-RUN python -m pip install -r requirements.txt
+RUN python -m pip install -r requirements.txt --no-cache-dir
7
8
ENTRYPOINT ["python", "-m", "xview_lfs.yolo"]
0 commit comments