File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
provision-contest/ansible/roles/domlogo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ First, create the following files:
55- ` images/photos/crew.png ` , an image with a width of 1024 (and any height) to show for teams without a photo.
66- ` images/photos/idle.png ` , an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
77
8- Next, add the needed Python dependencies to the ` lib ` folder, within a folder called ` python3.8 ` . You can copy this
8+ Next, add the needed Python dependencies to the ` lib ` folder, within a folder called ` python3.10 ` . You can copy this
99folder from a local machine and it should contain the ` PySimpleGUI ` and ` requests ` Python packages.
1010
1111Optionally you can create a file ` images/config.yaml ` with something like:
Original file line number Diff line number Diff line change 1- python3.8
1+ python3. *
Original file line number Diff line number Diff line change 2525
2626- name : Fix ownership of domlogo env
2727 file :
28- path : " /home/domjudge/.local/lib/python3.8 "
28+ path : " /home/domjudge/.local/lib/python3.10 "
2929 recurse : true
3030 owner : domjudge
3131 group : domjudge
You can’t perform that action at this time.
0 commit comments