feat(mlflow): enable authn
This commit is contained in:
8
mlflow/image/Dockerfile
Normal file
8
mlflow/image/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM burakince/mlflow:3.6.0
|
||||
|
||||
# Install mlflow-oidc-auth plugin with filesystem session support
|
||||
RUN pip install --no-cache-dir \
|
||||
mlflow-oidc-auth[full]==5.6.1 \
|
||||
cachelib[filesystem]
|
||||
|
||||
# Keep the original entrypoint
|
||||
Reference in New Issue
Block a user