Singularity 722 B

1234567891011121314151617181920212223242526
  1. # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
  2. Bootstrap: docker
  3. FROM: nvcr.io/nvidia/tensorflow:20.01-tf2-py3
  4. %environment
  5. %post
  6. apt-get update -y
  7. apt-get install -y libsm6 libxext6 libxrender-dev git
  8. pip3 install opencv-python==4.1.2.30 pandas seaborn sklearn matplotlib scikit-fmm tqdm h5py gdown
  9. mkdir /workspace/CFD/data
  10. python3 /workspace/python/source_code/dataset.py
  11. %files
  12. English/ /workspace/
  13. # English/python/jupyter_notebook/CFD /workspace/CFD
  14. # English/python/jupyter_notebook/Intro_to_DL /workspace/Intro_to_DL
  15. # English/Start_Here.ipynb /workspace/
  16. # English/python/source_code/dataset.py /workspace/
  17. %runscript
  18. "$@"
  19. %labels
  20. AUTHOR bharatk