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