Skip to content

Commit

Permalink
feat: Update Dokai tag and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Nov 20, 2023
1 parent 98a46b5 commit 015ceb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osaiai/dokai:23.05-pytorch
FROM osaiai/dokai:23.10-pytorch

COPY requirements.txt requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tqdm==4.65.0
requests==2.30.0
numpy==1.24.3
pandas==2.0.1
pyarrow==12.0.1
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
pytorch-argus==1.0.0
deeplake==3.6.22
deeplake==3.8.6
ImageHash==4.3.1

0 comments on commit 015ceb3

Please sign in to comment.