You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# `docker/docker_tools.py` passes this when invoking a ``docker build``.
ARG DOCKER_BUILD_ARGS
# It must be an ``ENV`` so that it exists when the ``CMD`` is run by ``docker-compose up``.
ENV DOCKER_BUILD_ARGS=${DOCKER_BUILD_ARGS}
# Define some ARGs which could be passed into while building.
#
# **Warning:** Changing this path will require changes in many other places: the Docker volume locations, the paths in ``pyproject.toml``, paths used to run tests, etc.