File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments