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/crypto_md_day
|
||||
|
||||
@@ -14,7 +14,7 @@ RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libpq-dev \
|
||||
build-essential
|
||||
build-essential
|
||||
RUN apt-get update && apt-get install -y rsync openssh-client
|
||||
|
||||
COPY docker_dev/shared/id_rsa /root/.ssh/id_rsa
|
||||
|
||||
@@ -50,7 +50,7 @@ fi
|
||||
|
||||
export PYTHONPATH=/
|
||||
|
||||
Cmd="python3.10"
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/research/utils/archive_ts_md.py"
|
||||
Cmd="${Cmd} --config=http://cloud16.cvtt.vpn:6789/apps/md_recorder"
|
||||
Cmd="${Cmd} --db_credentials_key=${CredKey}"
|
||||
|
||||
Reference in New Issue
Block a user