cudf icon indicating copy to clipboard operation
cudf copied to clipboard

add --rm and --name to devcontainer run args

Open trxcllnt opened this issue 2 months ago • 0 comments

  • Remove the devcontainer when the VSCode window closes
  • Adds a descriptive name to the running container:
    $ docker ps -a
    CONTAINER ID   IMAGE         ...  NAMES
    0dbb364fe544   vsc-cudf-...  ...  rapids-cudf-24.06-cuda12.2-conda
    
    $ docker rm -f rapids-cudf-24.06-cuda12.2-conda
    

trxcllnt avatar Apr 19 '24 17:04 trxcllnt