Singularity 522 B

12345678910111213141516171819202122
  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/python/jupyter_notebook/CFD/data
  10. python3 /workspace/python/source_code/dataset.py
  11. %files
  12. English/* /workspace/
  13. %runscript
  14. "$@"
  15. %labels
  16. AUTHOR bharatk