Add missing imageio dependency into Dockerfile

fixes #17
This commit is contained in:
Janne Hellsten 2021-10-14 01:29:32 +03:00
parent aee7486b11
commit 1406ab6f1c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ FROM nvcr.io/nvidia/pytorch:21.08-py3
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN pip install imageio-ffmpeg==0.4.4 pyspng==0.1.0
RUN pip install imageio imageio-ffmpeg==0.4.4 pyspng==0.1.0
WORKDIR /workspace