Skip to content

Commit a70636c

Browse files
Update versions with vulnerabilities (#3023)
CVS-170235
1 parent 64cfffe commit a70636c

File tree

2 files changed

+1791
-1855
lines changed

2 files changed

+1791
-1855
lines changed

.docker/Pipfile

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ url = "https://download.pytorch.org/whl/"
88
verify_ssl = true
99
name = "pytorch-wheels"
1010

11+
[[source]]
12+
url = "https://download.pytorch.org/whl/cpu"
13+
verify_ssl = true
14+
name = "downloadpytorch"
15+
1116
[packages]
1217
boto3 = "*"
1318
gdown = "*"
@@ -42,13 +47,15 @@ setuptools = ">70.0.0"
4247
shapely = ">=1.7.1"
4348
supervisor = ">=4.1.0"
4449
treon = "*"
45-
torch = {index = "pytorch-wheels", version = "==2.6.0+cpu"}
46-
torchaudio = {index = "pytorch-wheels", version = "==2.6.0+cpu"}
4750
torchmetrics = ">=0.11.0"
48-
torchvision = {index = "pytorch-wheels", version = "==0.21.0+cpu"}
4951
transformers = ">=4.21.1"
52+
jupyter-core = "==5.8.1"
53+
torch = {version = "==2.7.1", index = "downloadpytorch"}
54+
torchaudio = {version = "==2.7.1", index = "downloadpytorch"}
55+
torchvision = {version = "==0.22.1", index = "downloadpytorch"}
56+
urllib3 = "==2.5.0"
5057

5158
[dev-packages]
5259

5360
[requires]
54-
python_version = "3.9"
61+
python_version = "3.9"

0 commit comments

Comments
 (0)