Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker #10

Merged
merged 11 commits into from
Feb 5, 2025
Merged

Docker #10

merged 11 commits into from
Feb 5, 2025

Conversation

peterdudfield
Copy link
Contributor

Pull Request

Description

  • update docker file
  • other minor changes

How Has This Been Tested?

  • ran in AWS and it worked

  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@peterdudfield peterdudfield requested a review from dfulu February 4, 2025 17:48
out_dir = os.environ["OUTPUT_PREDICTION_DIRECTORY"]

latest_zarr_path = f"{out_dir}/latest.zarr"
t0_string_zarr_path = t0.strftime(f"{out_dir}/%Y-%m-%dT%H:%M.zarr")

fs, _ = fsspec.core.url_to_fs(out_dir)
fs = fsspec.open(out_dir).fs
Copy link
Member

@dfulu dfulu Feb 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this change solve something? I thought the old one was cleaner

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, for some reason that didn't work. Perhaps something to check in the future. It might have done, i just mvoed it back to something i know it definately works

@peterdudfield peterdudfield merged commit c16dc96 into main Feb 5, 2025
@peterdudfield peterdudfield deleted the docker branch February 5, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants