add quote marks to tensorflow < 2 to avoid bash logic

This commit is contained in:
Peter Zhokhov
2019-10-11 17:13:43 -07:00
parent bfbc3bae14
commit adba88b218

View File

@@ -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<2 && \
pip install 'tensorflow < 2' && \
pip install -e .[test]