We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f681aa + 73d03af commit 03e14b6Copy full SHA for 03e14b6
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ RUN pip3 install --upgrade pip
15
WORKDIR /synapsePythonClient
16
COPY . .
17
18
-RUN pip install --no-cache-dir .[pandas]
+RUN pip install --no-cache-dir .[pandas,curator]
19
20
21
LABEL org.opencontainers.image.source='https://github.com/Sage-Bionetworks/synapsePythonClient'
0 commit comments