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)