Skip to content

Minimal working example for running cvxpy inside a docker container

License

Notifications You must be signed in to change notification settings

mariohsouto/cvxpy_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvxpy_docker

Build an image called “cvxpy_container” in the current directory “.”

docker build -t cvxpy_container .

Run an image (container) and clean up after use “-rm”

docker run --rm cvxpy_container

About

Minimal working example for running cvxpy inside a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published