Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/tools/container/docker/toymc/Dockerfile is written in an unsupported language. File is not indexed.

0001 FROM recognai/python-37-centos
0002 
0003 LABEL project="iDDS_HPO_ToyMC(wen.guan@cern.ch)"
0004 
0005 COPY ./hyperparameteropt_toymc.py /opt/
0006 RUN pip install --upgrade pip
0007 # RUN pip install nevergrad
0008