Skip to content

Commit 03e14b6

Browse files
authored
Merge pull request #1313 from Sage-Bionetworks/add-curator-to-docker-image
Add 'curator' to pip install dependencies
2 parents 4f681aa + 73d03af commit 03e14b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pip3 install --upgrade pip
1515
WORKDIR /synapsePythonClient
1616
COPY . .
1717

18-
RUN pip install --no-cache-dir .[pandas]
18+
RUN pip install --no-cache-dir .[pandas,curator]
1919

2020

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

0 commit comments

Comments
 (0)