We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a0e90 commit c988a0eCopy full SHA for c988a0e
docker/3.0-5/final/Dockerfile.cpu
@@ -24,7 +24,9 @@ RUN python3 -m pip install git+https://github.com/awslabs/sagemaker-debugger.git
24
COPY requirements.txt /requirements.txt
25
RUN python3 -m pip install -r /requirements.txt && rm /requirements.txt
26
27
-RUN pip install --no-cache-dir "protobuf>=3.20.0,<=3.20.3"
+# Patches
28
+RUN python3 -m pip install --no-cache-dir "protobuf>=3.20.0,<=3.20.3" "fonttools>=4.60.2"
29
+
30
# ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
31
32
RUN sed -i 's/collections\.Mapping/collections.abc.Mapping/g' /miniconda3/lib/python3.10/site-packages/sagemaker_containers/_mapping.py
0 commit comments