We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cda03 commit f63c992Copy full SHA for f63c992
Dockerfile
@@ -4,7 +4,5 @@ LABEL maintainer OSG Software <[email protected]>
4
5
COPY *.py /usr/local/bin/
6
7
-WORKDIR /
8
-
9
COPY requirements.txt /
10
-RUN pip3 install --no-cache-dir -r requirements.txt
+RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt
0 commit comments