-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2717112
commit f9b106a
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |