Setup your Mage project respository.
my_team
).
cd my_team
) into the parent folder and start Mage
locally: For example:
Dockerfile
located in the parent folder of your
Mage project (e.g. my_team/Dockerfile
). Replace all instances of the
string [project_name]
with your project name. For example, if your project
name is demo_project
, then your Dockerfile will look like this: The
contents of your Dockerfile
are:
mageai/mageai:latest
as the base and
using the newly created Dockerfile as the additional set of instructions:
mageprod
to any other name. You’ll need this tag name when
deploying to production in the cloud.mageprod
) when pushing a Docker image to a remote Docker
registry.