rapidsai / docker

Dockerfile templates for creating RAPIDS Docker Images
Apache License 2.0
69 stars 52 forks source link

resolve file_key deprecation warning from rapids-dependency-file-generator #683

Closed jameslamb closed 3 months ago

jameslamb commented 3 months ago

Contributes to https://github.com/rapidsai/dependency-file-generator/issues/89

Resolves this warning from rapids-dependency-file-generator.

/opt/conda/lib/python3.9/site-packages/rapids_dependency_file_generator/cli.py:98: UserWarning: The use of --file_key is deprecated. Use -f or --file-key instead.

jameslamb commented 3 months ago

/merge