File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
- name : Install nvidia driver, nvidia-docker runtime, set GPU_FLAG
55
55
uses : pytorch/test-infra/.github/actions/setup-nvidia@main
56
56
57
- - name : Install pandoc (does not install from pypi)
58
- run : |
59
- sudo apt-get update
60
- sudo apt-get install -y pandoc
61
-
62
57
- name : Calculate docker image
63
58
shell : bash
64
59
id : docker-image
67
62
68
63
# for some reason, pip installs it in a different place than what is looked at in the py file
69
64
pip3 install requests==2.26
65
+
66
+ # Install pandoc (does not install from pypi)
67
+ sudo apt-get update
68
+ sudo apt-get install -y pandoc
69
+
70
70
pyTorchDockerImageTag=$(python3 .jenkins/get_docker_tag.py)
71
71
72
72
echo "docker-image=${DOCKER_IMAGE}:${pyTorchDockerImageTag}" >> "${GITHUB_OUTPUT}"
You can’t perform that action at this time.
0 commit comments