Singularity 472 B

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