Skip to content

Commit f63c992

Browse files
Requested changes for Brian L
1 parent f3cda03 commit f63c992

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ LABEL maintainer OSG Software <[email protected]>
44

55
COPY *.py /usr/local/bin/
66

7-
WORKDIR /
8-
97
COPY requirements.txt /
10-
RUN pip3 install --no-cache-dir -r requirements.txt
8+
RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)