Skip to content

Commit 58d614c

Browse files
committed
add instance env to dockerfile
1 parent dda2059 commit 58d614c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/vm_boot_images/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ WORKDIR /app
2222
# Basic setup
2323
RUN ./ubuntu.sh
2424

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+
2528
# FastAI. See the Developer Install under https://github.com/fastai/fastai/ to
2629
# understand this odd sequence of installing then uninstalling fastai before
2730
# installing it from github. (Basically, to get its deps.)

0 commit comments

Comments
 (0)