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

Read version for docker image from text file #456

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pmolodo
Copy link

@pmolodo pmolodo commented May 23, 2024

Description

The latest version of rl-baselines3-zoo is 2.3.0, but the tag on docker is still 2.2.0a1 - this updates build_docker.sh so it tags it correctly.

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (update in the documentation)

Checklist:

  • I've read the CONTRIBUTION guide (required)
  • I have updated the changelog accordingly (required).
    I didn't think the CHANGLOG needed to be updated for this - ie, if I put it in the 2.3.0 section, the note would be something like, "made docker tag 2.3.0", which seems unnecessary
  • My change requires a change to the documentation.
  • I have updated the tests accordingly (required for a bug fix or a new feature).
  • I have updated the documentation accordingly.
  • I have reformatted the code using make format (required)
  • I have checked the codestyle using make check-codestyle and make lint (required)
  • I have ensured make pytest and make type both pass. (required)

Note: we are using a maximum length of 127 characters per line

scripts/build_docker.sh Outdated Show resolved Hide resolved
@araffin araffin changed the title build_docker.sh - update VERSION to 2.3.0 Read version for docker image from text file May 24, 2024
@araffin
Copy link
Member

araffin commented May 24, 2024

The latest version of rl-baselines3-zoo is 2.3.0, but the tag on docker is still 2.2.0a1 - this updates build_docker.sh so it tags it correctly.

Actually this version is for the base image, which defined in https://github.com/DLR-RM/stable-baselines3/blob/master/scripts/build_docker.sh

The latest version for SB3 docker image is 2.2.0a1: https://hub.docker.com/r/stablebaselines/stable-baselines3/tags

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