[docker] Make Ray-ml more compatible (#12574)

This commit is contained in:
Ian Rodney
2020-12-09 16:03:39 -08:00
committed by GitHub
parent a776209aec
commit a9da4f3201
-1
View File
@@ -18,6 +18,5 @@ RUN sudo apt-get update \
# Remove dataclasses & typing because they are included in Py3.7
&& $HOME/anaconda3/bin/pip uninstall dataclasses typing -y \
&& sudo rm requirements.txt && sudo rm requirements_ml_docker.txt \
&& sudo apt-get remove cmake gcc -y \
&& sudo apt-get clean