Skip to content

isabella232/capitalone-dask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CapitalOne Dask Tutorial

Building the image:

docker build --tag dask-workshop:latest .

Pushing image to DockerHub

  • First Tag the image
docker tag dask-workshop:latest quansight/dask-workshop:latest
  • Push the image
docker push quansight/dask-workshop:latest

Running the image

docker run -p 8786:8786 -it --rm quansight/dask-workshop:latest /bin/bash

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published