Singularity 629 B

123456789101112131415161718192021222324252627
  1. # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
  2. Bootstrap: docker
  3. FROM: nvcr.io/nvidia/tensorflow:21.05-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. pip3 install --upgrade pip
  11. apt-get update -y
  12. apt-get -y install git nvidia-modprobe
  13. pip3 install jupyterlab
  14. pip3 install ipywidgets
  15. %files
  16. English/* /workspace/
  17. %runscript
  18. "$@"
  19. %labels
  20. AUTHOR bharatk