Singularity 415 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. pip install gdown
  9. python3 /workspace/source_code/dataset.py
  10. %files
  11. English/Python/* /workspace/
  12. %runscript
  13. "$@"
  14. %labels
  15. AUTHOR Infernolia