Singularity 420 B

123456789101112131415161718192021
  1. # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
  2. Bootstrap: docker
  3. FROM: rapidsai/rapidsai-nightly:cuda10.2-runtime-ubuntu18.04-py3.7
  4. %environment
  5. %post
  6. apt-get update -y
  7. apt-get install -y libsm6 libxext6 libxrender-dev git
  8. pip3 install pandas seaborn sklearn matplotlib scikit-fmm tqdm h5py gdown
  9. %files
  10. English/* /workspace/
  11. %runscript
  12. "$@"
  13. %labels
  14. AUTHOR Infernolia