Skip to content

Commit

Permalink
Add missing imageio dependency into Dockerfile
Browse files Browse the repository at this point in the history
fixes NVlabs#17
  • Loading branch information
jannehellsten committed Oct 13, 2021
1 parent aee7486 commit 1406ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1406ab6

Please sign in to comment.