Newer
Older
# Step 3: Compile the Docker image (obviously you should only do this once).
Dockerfile = os.path.dirname(__file__) + "/../../../../docker_images/unitgrade_v1-docker/Dockerfile"
os.system(f"cd {os.path.dirname(Dockerfile)} && docker build --tag unitgrade_v1-docker .")