Skip to content

Commit

Permalink
update docker pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Oct 30, 2023
1 parent d49b666 commit 4184ff9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ supervisor = "==4.1.0"
tensorflow = ">=2.5,<=2.12"
tensorflow-datasets = "==4.2.0"
treon = "*"
torch = {index = "pytorch-wheels", version = "==1.13.1+cpu"}
torch = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torchaudio = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torchmetrics = ">=0.11.0"
torchvision = {index = "pytorch-wheels", version = "==0.14.1+cpu"}
torchvision = {index = "pytorch-wheels", version = "==0.16.0+cpu"}
transformers = ">=4.21.1"

[dev-packages]
Expand Down
33 changes: 28 additions & 5 deletions .docker/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4184ff9

Please sign in to comment.