mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[docker] Make Ray-ml more compatible (#12574)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user