Skip to content

Commit 3e1fc22

Browse files
author
vinkj1
committed
Update image versions and tests
1 parent 493adfd commit 3e1fc22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_pytorch_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_dockerfile(self):
8787
lines = list(map(lambda x: x.strip(), fin.readlines()))
8888
dockerfile_text = Path(dockerfile_path).read_text()
8989

90-
assert lines[1] == "FROM registry.git.vgregion.se/aiplattform/images/pytorch:0.3.1"
90+
assert lines[1] == "FROM registry.git.vgregion.se/aiplattform/images/pytorch:0.3.2"
9191
assert lines[-1] == 'WORKDIR /workspace'
9292
assert "ADD http://aiav2.vgregion.se/VGC%20Root%20CA%20v2.crt /tmp/vgc_root.der" in lines
9393
assert "ADD http://aiav2.vgregion.se/VGC%20Issuing%201%20CA%20v2.crt /tmp/vgc_issuing1.der" in lines

tests/test_tensorflow_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_dockerfile(self):
8787
lines = list(map(lambda x: x.strip(), fin.readlines()))
8888
dockerfile_text = Path(dockerfile_path).read_text()
8989

90-
assert lines[0] == "FROM registry.git.vgregion.se/aiplattform/images/tensorflow:0.2.0"
90+
assert lines[0] == "FROM registry.git.vgregion.se/aiplattform/images/tensorflow:0.2.1"
9191
assert lines[-1] == 'WORKDIR /workspace'
9292
assert "ADD http://aiav2.vgregion.se/VGC%20Root%20CA%20v2.crt /tmp/vgc_root.der" in lines
9393
assert "ADD http://aiav2.vgregion.se/VGC%20Issuing%201%20CA%20v2.crt /tmp/vgc_issuing1.der" in lines

0 commit comments

Comments
 (0)