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/trading/executor
|
||||
|
||||
@@ -41,7 +41,7 @@ while getopts ":c:e:a:" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
Cmd="python3.10"
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/apps/executor_app.py"
|
||||
Cmd="${Cmd} --config=http://${ConfigServer}/apps/cvtt_eqt_alpaca"
|
||||
Cmd="${Cmd} --credentials_file=/.creds"
|
||||
@@ -49,7 +49,7 @@ Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||
Cmd="${Cmd} --log_file=/logs/%T.EXECUTOR_APP.log"
|
||||
Cmd="${Cmd} --compress_log"
|
||||
# Cmd="${Cmd} --compress_log"
|
||||
echo ${Cmd}
|
||||
eval ${Cmd}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user