Back to home page

EIC code displayed by LXR

 
 

    


Warning, /edpm/docker/eicrecon-ubuntu22/Dockerfile is written in an unsupported language. File is not indexed.

0001 #
0002 # docker build -t eicdev/eicrecon-ubuntu22:latest .  
0003 # docker build -t eicdev/eicrecon-ubuntu22:latest --build-arg BUILD_THREADS=24 .
0004 # docker push eicdev/eicrecon-ubuntu22:latest
0005 # 
0006 # docker run --rm -it --init eicdev/eicrecon-ubuntu22-prereq:latest
0007 # docker run --rm -it --init -p8888:8888 eicdev/eicrecon-ubuntu22-prereq:latest
0008 
0009 FROM eicdev/eicrecon-ubuntu22-prereq:latest
0010 
0011 # aaa
0012 RUN python3 -m pip install --user --upgrade --force-reinstall  edpm &&\
0013     edpm install eicrecon
0014 
0015 # jupyterab
0016 RUN echo "done"
0017 
0018 CMD jupyter lab --ip=0.0.0.0 --no-browser \
0019     --NotebookApp.custom_display_url=http://127.0.0.1:8888 \
0020     --NotebookApp.token=''