We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ba30c commit eae68abCopy full SHA for eae68ab
Dockerfile
@@ -36,6 +36,8 @@ RUN git config --global credential.helper store
36
# Fix locales to en_US.UTF-8
37
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
38
39
+# FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter
40
+# version util jupyter fixes this issue.
41
RUN pip install --upgrade pip && \
42
pip install -U 'protobuf==3.1.0' && \
43
pip install -U wheel pillow BeautifulSoup && \
0 commit comments