Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd4dd989bd | |||
| a8281c22dd | |||
| d528f8507f | |||
| 3c23f2d1fe |
+2
-2
@@ -4,9 +4,9 @@ RUN pip3 install gdown
|
||||
|
||||
RUN gdown https://drive.google.com/uc?id=19dfvGvDfCRYaqxVKypp1fRHwK7XtSjVu
|
||||
|
||||
FROM tensorflow/tensorflow:2.11.0-jupyter
|
||||
FROM tensorflow/tensorflow:2.12.0rc0-jupyter
|
||||
|
||||
RUN pip3 install keras==2.11.0
|
||||
RUN pip3 install keras==2.12.0rc0
|
||||
|
||||
RUN pip3 install scikit-learn==1.2.0 scikit-image==0.19.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user