Files
autogen/test/.Docker/Dockerfile-cpu
Chi Wang 9e88f22167 fix a bug when using ray & update ray on aml (#455)
* fix a bug when using ray & update ray on aml
When using with_parameters(), the config argument must be the first argument in the trainable function.
* make training function runnable standalone
2022-02-11 20:14:10 -08:00

15 lines
263 B
Plaintext

FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04
RUN pip install azureml-core
RUN pip install flaml[blendsearch,ray]
RUN pip install ray-on-aml
EXPOSE 8265
EXPOSE 6379
USER root
RUN apt-get update
RUN apt-get install -y jq
RUN apt-get install -y rsync