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

Update docker images names #79

Merged
merged 5 commits into from
May 27, 2022
Merged

Update docker images names #79

merged 5 commits into from
May 27, 2022

Conversation

Dref360
Copy link
Contributor

@Dref360 Dref360 commented May 26, 2022

Description:

Update docker images names

Checklist:

You should check all boxes before the PR is ready. If a box does not apply, check it to acknowledge
it.

  • PRE-COMMIT. You ran pre-commit on all commits, or else, you
    ran pre-commit run --all-files at the end.
  • FRONTEND TYPES. Regenerate the front-ent types if you played with types and routes.
    Run cd webapp && yarn types while the back-end is running.
  • USER CHANGES. The changes are added to CHANGELOG.md and the documentation, if they impact
    our users.
  • DEV CHANGES.
    • Update the documentation if this PR changes how to develop/launch on the app.
    • Update the README files and our wiki for any big design decisions, if relevant.
    • Add unit tests, docstrings, typing and comments for complex sections.

CHANGELOG.md Outdated Show resolved Hide resolved
@@ -31,14 +31,14 @@ build_be:
docker build \
--build-arg DEVICE=$(DEVICE) \
--build-arg STAGE=$(STAGE) \
-t $(REGISTRY)/$(IMAGE)_$(DEVICE):$(TAG)$(TAG_EXT) \
-t $(REGISTRY)/$(IMAGE):$(TAG)_$(DEVICE)$(TAG_EXT) \
Copy link
Contributor

Choose a reason for hiding this comment

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

So we don't tag any image with latest, right? Should we?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mmm tensorflow assigns latest to their CPU version, should we?

https://hub.docker.com/r/tensorflow/tensorflow/tags

Copy link
Contributor

Choose a reason for hiding this comment

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

So like latest and latest-gpu. That way if you forget to specify a tag you at least get something that works. On the other hand, making it explicit like you did prevents users thinking they are using GPU when they are not. I like both. You choose!

Copy link
Contributor

@JosephMarinier JosephMarinier left a comment

Choose a reason for hiding this comment

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

Tiny comment, but I think it will be good to go.

Co-authored-by: Joseph Marinier <joseph.marinier@servicenow.com>
@Dref360 Dref360 merged commit 74b6308 into dev May 27, 2022
@Dref360 Dref360 deleted the features/update_dockerimages branch May 27, 2022 17:29
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.

None yet

2 participants