Skip to content

Commit

Permalink
requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 21, 2025
1 parent ec9b817 commit 34a16e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions clickhouse/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tabulate>=0.9.0
3 changes: 2 additions & 1 deletion docker/dockerfiles/dockerfile_clickhouse_migration_runner
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ WORKDIR /app
COPY . /app
RUN find /app -name ".env.*" -exec rm {} \;

RUN python3 -m pip install -r requirements.txt

CMD python3 ch_hcone.py --upgrade --host ${CLICKHOUSE_HOST} --port ${CLICKHOUSE_PORT}
CMD python3 ch_hcone.py --upgrade --host ${CLICKHOUSE_HOST} --port ${CLICKHOUSE_PORT} --user ${CLICKHOUSE_USER} --password ${CLICKHOUSE_PASSWORD}

0 comments on commit 34a16e3

Please sign in to comment.