moving to python 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
ARG FROM_DIR=docker_dev/market_data/alpaca_md_day
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# --- Settings
|
||||
export PYTHONPATH=/
|
||||
export Python=python3.10
|
||||
export Python=python3.12
|
||||
export Config=http://cloud16.cvtt.vpn:6789/apps/minimal_md
|
||||
export PyScript=/cvttpy/exchanges/alpaca/hist_md/hist_md_bars.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user