Danilo Peixoto

Results 22 comments of Danilo Peixoto

Hi @fcollonval, First, thank you for the Mamba Gator development. Is this the line to add a condition? https://github.com/mamba-org/gator/pull/42/files#diff-4cb47daf968330dba84ee8069d23ca03354e3e77068181e77f055b61f3719cceR41 Adding a condition here, will prevent the Gator from loading packages...

Hi @harupy, Dockerfile ```Dockerfile FROM python:3.8 RUN python3 -m pip install mlflow==1.28.0 RUN STATIC_DIR=$(python3 -c 'from mlflow.server import STATIC_DIR;print(STATIC_DIR)') && \ echo $(cat ${STATIC_DIR}/static/css/main.*.css | tr ' ' '\n' |...

@harupy, this one: Dockerfile ```Dockerfile FROM python:3.8 RUN python3 -m pip install mlflow==1.28.0 EXPOSE 5000 CMD ["mlflow", "server", "--host", "0.0.0.0", "--static-prefix", "/test"] ``` Go to `http://127.0.0.1:5000/test`.

Hi @harupy, I would proceed with Option 1: - This would help other issues like #597 and #111. - The other assets are already using relative URL. Font Awesome looks...

Thanks @calio.

Hi @brainix, First of all, thanks for this useful library. Do you have plans or any help we can offer to fix that and get `AIORedlock` to production?

@BenWilson2 Could we consider defining `MLFLOW_GATEWAY_TOKEN` and inject it to gateway proxy handler used by Prompt Engineering UI?

Hi, We would like to cull servers based on profile. That will be great! For example, delete the server only if it is a minimal notebook profile.