We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a46b5 commit 015ceb3Copy full SHA for 015ceb3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM osaiai/dokai:23.05-pytorch
+FROM osaiai/dokai:23.10-pytorch
2
3
COPY requirements.txt requirements.txt
4
RUN pip3 install --no-cache-dir -r requirements.txt
requirements.txt
@@ -1,9 +1,9 @@
-tqdm==4.65.0
-requests==2.30.0
-numpy==1.24.3
-pandas==2.0.1
5
-pyarrow==12.0.1
6
-torch>1
+tqdm==4.66.1
+requests==2.31.0
+numpy==1.26.1
+pandas==2.1.1
+pyarrow==14.0.1
+torch>=2.0.0
7
pytorch-argus==1.0.0
8
-deeplake==3.6.22
+deeplake==3.8.6
9
ImageHash==4.3.1
0 commit comments