discovery-unicamp / dasf-core

Framework for computing Machine Learning algorithms in Python using Dask and RAPIDS AI.
MIT License
9 stars 2 forks source link

[FEA]: build_container.sh option to select docker instead of podman #8

Closed eborin closed 1 year ago

eborin commented 1 year ago

By default, build_container.sh selects podman instead of docker in case podman is installed on the system. It would be useful to have a flag that forces the script to use docker even if podman is present.

eborin commented 1 year ago

The same should be done for the start_jupyter_server.sh script.

jcfaracco commented 1 year ago

@eborin now you can pass CONTAINER_CMD=docker as an env variable.

E.g.:

$ CONTAINER_CMD=docker ./build_container.sh