From c60639e65c41d232a490dae8ac10ab4a7eed377e Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 1 Jul 2020 12:36:27 +0200 Subject: [PATCH] misc --- tensorflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/Dockerfile b/tensorflow/Dockerfile index 1ac9975..96b4410 100644 --- a/tensorflow/Dockerfile +++ b/tensorflow/Dockerfile @@ -41,8 +41,8 @@ RUN mkdir -p /opt/tensorflow/.venv && \ python3.7 -m venv /opt/tensorflow/.venv/python3.7 && \ . /opt/tensorflow/.venv/python3.7/bin/activate && \ pip --no-cache-dir install --upgrade pip && \ + pip --no-cache-dir install wheel && \ pip --no-cache-dir install \ - wheel \ Pillow \ h5py \ keras_preprocessing \ -- GitLab