Singularity 502 B

1234567891011121314151617181920212223
  1. # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
  2. Bootstrap: docker
  3. FROM: rapidsai/rapidsai:cuda11.0-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. export PATH=/opt/conda/bin:/opt/conda/envs/rapids/bin/jupyter:$PATH
  9. pip install gdown
  10. python3 /workspace/source_code/dataset.py
  11. chmod 777 -R /workspace
  12. %files
  13. English/Python/* /workspace/
  14. %runscript
  15. "$@"
  16. %labels
  17. AUTHOR Infernolia