Files
quantconnect--lean/.devcontainer/Dockerfile
T
2026-07-13 13:02:50 +08:00

8 lines
307 B
Docker

# Use QuantConnect Research as the base
FROM quantconnect/research:latest
# Install dos2unix utility for converting pesky windows formatting when needed
RUN apt-get update && apt-get install -y dos2unix
# Install QuantConnect Stubs for Python Autocomplete
RUN pip install --no-cache-dir quantconnect-stubs