Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
85zhanghao authored Oct 30, 2022
1 parent e6b1fe8 commit a4f7767
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
FROM pytorch/pytorch:1.8.0-cuda11.1-cudnn8-devel
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
RUN pip install opencv-python
RUN apt-get update
RUN apt --fix-broken install
RUN apt-get install libgl1
RUN pip install albumentations

0 comments on commit a4f7767

Please sign in to comment.