mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 17:52:40 +00:00
Merge pull request #8876 from GabyCT/topic/dockerrestfp
metrics: Update packages needed for ResNet50 FP32 Dockerfile
This commit is contained in:
commit
36fc2fd83f
@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
LABEL DOCKERFILE_VERSION="1.0"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends wget nano curl build-essential git && \
|
||||
apt-get install -y --no-install-recommends wget nano curl build-essential git zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev libbz2-dev && \
|
||||
wget -q https://storage.googleapis.com/intel-optimized-tensorflow/models/v1_8/resnet50_fp32_pretrained_model.pb && \
|
||||
git clone https://github.com/IntelAI/models.git && \
|
||||
wget -q https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tgz && \
|
||||
|
Loading…
Reference in New Issue
Block a user