Skip to content
Snippets Groups Projects
Commit 001c734e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'use-ceph-fs' into fixing_py312

parents a23b93c3 3c84e3a5
No related branches found
No related tags found
1 merge request!108Fixing py 3.12
......@@ -22,7 +22,7 @@ test-python:
# '3.7', # EOL
'3.8', # oldest
'3.10', # used in Dockerfile
'3.12', # latest
# '3.12', # latest, broken as of sept 2024
]
......
......@@ -32,6 +32,8 @@ serviceAccount:
podAnnotations: {}
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
securityContext:
......
......@@ -18,4 +18,4 @@ uvicorn[standard]
typing_extensions; python_version < '3.8'
requests
h5py
wheel
\ No newline at end of file
wheel
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment