From bfbc3bae1469496c2f77a770b41e5de166f2ef97 Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Fri, 11 Oct 2019 15:23:14 -0700 Subject: [PATCH] update status, fix the tensorflow version in the build --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12e67be..a380c70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR $CODE_DIR/baselines # Clean up pycache and pyc files RUN rm -rf __pycache__ && \ find . -name "*.pyc" -delete && \ - pip install tensorflow && \ + pip install tensorflow<2 && \ pip install -e .[test] diff --git a/README.md b/README.md index 0a7bd53..adca3d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Status:** Active (under active development, breaking changes may occur) +**Status:** Maintenance (expect bug fixes and minor updates) [![Build status](https://travis-ci.org/openai/baselines.svg?branch=master)](https://travis-ci.org/openai/baselines)