Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
85zhanghao authored Dec 12, 2022
1 parent 2717112 commit f9b106a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
RUN pip install opencv-python
RUN pip install albumentations
RUN pip install opencv-python opencv-contrib-python
RUN pip install Cython matplotlib tqdm numpy scipy PyYAML
RUN pip install tensorboardX tensorboard scikit-learn scikit-image
RUN pip install seaborn pillow einops lpips natsort
RUN pip install timm openpyxl kornia

0 comments on commit f9b106a

Please sign in to comment.