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 8a722df commit 20fea18Copy full SHA for 20fea18
1 file changed
cmake/docker/ubuntu/python.Dockerfile
@@ -6,11 +6,11 @@ RUN apt-get update -qq \
6
python3-dev python3-pip \
7
python3-setuptools python3-wheel \
8
python3-venv python3-virtualenv \
9
- python3-numpy python3-pandas python3-typing-extensions \
+ python3-numpy python3-pandas \
10
&& apt-get clean \
11
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
12
RUN python3 -m pip install --break-system-package \
13
- absl-py mypy mypy-protobuf
+ absl-py mypy mypy-protobuf typing-extensions
14
15
FROM env AS devel
16
WORKDIR /home/project
0 commit comments