Skip to content

steeef/docker-python-wheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-python-wheel

Use Docker to assist in building wheel files to be used with Python pip

Instructions

Assuming a wheels directory of ./wheels, run:

docker build -t docker-python-wheel
docker run -d -v $PWD/wheels:/wheels docker-python-wheel \
  <python_package>==<version>...

About

Use Docker to assist in building wheel files to be used with Python pip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors