Skip to content

Commit

Permalink
Read version from txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored May 24, 2024
1 parent 105d5e0 commit 4649bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PARENT=stablebaselines/stable-baselines3

TAG=stablebaselines/rl-baselines3-zoo
VERSION=2.3.0
VERSION=$(cat ./rl_zoo3/version.txt)

if [[ ${USE_GPU} == "True" ]]; then
PARENT="${PARENT}:${VERSION}"
Expand Down

0 comments on commit 4649bc3

Please sign in to comment.