We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda2059 commit 58d614cCopy full SHA for 58d614c
docker/vm_boot_images/Dockerfile
@@ -22,6 +22,9 @@ WORKDIR /app
22
# Basic setup
23
RUN ./ubuntu.sh
24
25
+# Point any MLflow tracking hooks at the main MLflow instance on App Engine--note that with a swap to Cloud Run this will need to be updated
26
+ENV MLFLOW_TRACKING_URI='https://mlflow-dot-broad-ml4cvd.uc.r.appspot.com'
27
+
28
# FastAI. See the Developer Install under https://github.com/fastai/fastai/ to
29
# understand this odd sequence of installing then uninstalling fastai before
30
# installing it from github. (Basically, to get its deps.)
0 commit comments