mlcommons / inference_results_v0.5

This repository contains the results and code for the MLPerf™ Inference v0.5 benchmark.
https://mlcommons.org/en/inference-datacenter-05/
Apache License 2.0
55 stars 43 forks source link

Update Dockerfile with latest MarkupSafe #24

Open vilmara opened 4 years ago

vilmara commented 4 years ago

There was an error when building the docker image. Solution: Upgrade to the latest MarkupSafe (at this time 1.1.1). See the below error:

  File "/tmp/pip-install-rrl3_k3v/MarkupSafe/setup.py", line 6, in <module>
    from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature'
----------------------------------------
nvpohanh commented 4 years ago

Thanks for providing the fix! I also hit this issue