PyPortfolioOpt
PyPortfolioOpt copied to clipboard
update Dockerfile
test with
docker build -t opt -f docker/Dockerfile .
docker run -it opt:latest /bin/bash
It's a bit unfortunate that the dependencies are repeated once more in the Dockerfile.
Dockerfile should be removed