Hudson and Thames mlfinlab stuff
Dockerfile
FROM python:3.8-slim-buster
RUN apt update && apt install git -y
RUN apt install -y build-essential g++ libgl1-mesa-glx libx11-6 cmake protobuf-compiler -y
RUN python -m pip install jupyter cvxpy
RUN git clone https://github.com/rushic24/...
rushichaudhari.hashnode.dev1 min read