image = "trcoot/cpu-casuallm:latest" # Your Docker image def main(): print("My Docker container is running!") if __name__ == "__main__": main()