Skip to content

Making predictions using Graphcast while using data from CDS and pysolar.

Notifications You must be signed in to change notification settings

abhinavyesss/graphcast-predict

Repository files navigation

Steps:

  1. Create the docker image.
  2. Run the docker image, creating a container.
  3. While the docker image is running, open another terminal and enter the docker container.
  4. Execute "python3 prediction.py".

Command to build docker image:

docker build -f graphcast.dockerfile -t graphcast .

Command to run docker image using the compose file:

docker compose -f graphcast.yaml up

Command to enter the terminal and execute instructions:

docker exec -it graphcast /bin/bash

Running the prediction file:

python3 prediction.py

About

Making predictions using Graphcast while using data from CDS and pysolar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published