- Create the docker iamge.
- Run the docker image, creating a container.
- While the docker image is running, open another terminal and enter the docker container.
- Execute "python3 prediction.py".
docker build -f graphcast.dockerfile -t graphcast .
docker compose -f graphcast.yaml up
docker exec -it graphcast /bin/bash
python3 prediction.py