File tree 3 files changed +3
-3
lines changed
provision-contest/ansible/roles/domlogo
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:
5
5
- ` images/photos/crew.png ` , an image with a width of 1024 (and any height) to show for teams without a photo.
6
6
- ` images/photos/idle.png ` , an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
7
7
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
9
9
folder from a local machine and it should contain the ` PySimpleGUI ` and ` requests ` Python packages.
10
10
11
11
Optionally 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 25
25
26
26
- name : Fix ownership of domlogo env
27
27
file :
28
- path : " /home/domjudge/.local/lib/python3.8 "
28
+ path : " /home/domjudge/.local/lib/python3.10 "
29
29
recurse : true
30
30
owner : domjudge
31
31
group : domjudge
You can’t perform that action at this time.
0 commit comments