Skip to content

Commit

Permalink
Added missing deps for tensorflow docker.
Browse files Browse the repository at this point in the history
Former-commit-id: 4e79f10
  • Loading branch information
mihahauke committed Mar 26, 2017
1 parent 2491b50 commit c4a82ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN export uid=${HOST_UID} gid=${HOST_GID} && \
RUN git clone https://github.com/mwydmuch/ViZDoom ${HOME_DIR}/vizdoom
RUN pip3 install ${HOME_DIR}/vizdoom
RUN pip3 install tensorflow-gpu
RUN pip3 install matplotlib scipy scikit-image tqdm

USER ${USER_NAME}
WORKDIR ${HOME_DIR}
Expand Down

0 comments on commit c4a82ad

Please sign in to comment.