Skip to content

Commit eae68ab

Browse files
author
yi.wu
committed
add FIXME notice
1 parent 84ba30c commit eae68ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ RUN git config --global credential.helper store
3636
# Fix locales to en_US.UTF-8
3737
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
3838

39+
# FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter
40+
# version util jupyter fixes this issue.
3941
RUN pip install --upgrade pip && \
4042
pip install -U 'protobuf==3.1.0' && \
4143
pip install -U wheel pillow BeautifulSoup && \

0 commit comments

Comments
 (0)