update status, fix the tensorflow version in the build
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR $CODE_DIR/baselines
|
|||||||
# Clean up pycache and pyc files
|
# Clean up pycache and pyc files
|
||||||
RUN rm -rf __pycache__ && \
|
RUN rm -rf __pycache__ && \
|
||||||
find . -name "*.pyc" -delete && \
|
find . -name "*.pyc" -delete && \
|
||||||
pip install tensorflow && \
|
pip install tensorflow<2 && \
|
||||||
pip install -e .[test]
|
pip install -e .[test]
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
**Status:** Active (under active development, breaking changes may occur)
|
**Status:** Maintenance (expect bug fixes and minor updates)
|
||||||
|
|
||||||
<img src="data/logo.jpg" width=25% align="right" /> [](https://travis-ci.org/openai/baselines)
|
<img src="data/logo.jpg" width=25% align="right" /> [](https://travis-ci.org/openai/baselines)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user