123456789101112131415161718192021 |
- # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
- Bootstrap: docker
- FROM: rapidsai/rapidsai-nightly:cuda10.2-runtime-ubuntu18.04-py3.7
- %environment
- %post
- apt-get update -y
- apt-get install -y libsm6 libxext6 libxrender-dev git
- pip install gdown
- python3 /workspace/source_code/dataset.py
-
- %files
- English/Python/* /workspace/
- %runscript
- "$@"
- %labels
- AUTHOR Infernolia
|