Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
85zhanghao authored Mar 11, 2023
1 parent ebe83f6 commit 7694f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM amwork2010/tensorflow1.4.0-tutorial:latest
RUN pip install Pillow==3.2.0 easydict matplotlib Cython Image
RUN pip install pyyaml opencv-python
FROM tensorflow/tensorflow:1.4.0-rc0-gpu-py3
RUN pip install opencv-python
RUN apt-get update && apt --fix-broken install && apt-get install libgl1

0 comments on commit 7694f2e

Please sign in to comment.