add quote marks to tensorflow < 2 to avoid bash logic
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user