Skip to content

Commit

Permalink
Requested changes for Brian L
Browse files Browse the repository at this point in the history
  • Loading branch information
williamnswanson committed Jan 19, 2024
1 parent f3cda03 commit f63c992
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ LABEL maintainer OSG Software <[email protected]>

COPY *.py /usr/local/bin/

WORKDIR /

COPY requirements.txt /
RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt

0 comments on commit f63c992

Please sign in to comment.