Skip to content

Commit 015ceb3

Browse files
committed
feat: Update Dokai tag and requirements
1 parent 98a46b5 commit 015ceb3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osaiai/dokai:23.05-pytorch
1+
FROM osaiai/dokai:23.10-pytorch
22

33
COPY requirements.txt requirements.txt
44
RUN pip3 install --no-cache-dir -r requirements.txt

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
tqdm==4.65.0
2-
requests==2.30.0
3-
numpy==1.24.3
4-
pandas==2.0.1
5-
pyarrow==12.0.1
6-
torch>1
1+
tqdm==4.66.1
2+
requests==2.31.0
3+
numpy==1.26.1
4+
pandas==2.1.1
5+
pyarrow==14.0.1
6+
torch>=2.0.0
77
pytorch-argus==1.0.0
8-
deeplake==3.6.22
8+
deeplake==3.8.6
99
ImageHash==4.3.1

0 commit comments

Comments
 (0)