Skip to content

Commit

Permalink
Merge pull request #1019 from Sage-Bionetworks/bwmac/update_dockerfile
Browse files Browse the repository at this point in the history
Updates Dockerfile to Correctly Install Dependencies
  • Loading branch information
BWMac authored Dec 1, 2023
2 parents ad995be + 15af706 commit aaef885
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ RUN apt-get update \

RUN pip3 install --upgrade pip

COPY . /synapsePythonClient
WORKDIR /synapsePythonClient
RUN python3 setup.py install
COPY . .

RUN pip install --no-cache-dir .


LABEL org.opencontainers.image.source='https://github.com/Sage-Bionetworks/synapsePythonClient'

0 comments on commit aaef885

Please sign in to comment.