Skip to content

Commit

Permalink
deps: update tcl version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
migraf committed Mar 30, 2023
1 parent 4b79343 commit ebbaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt -y update && apt-get -y install software-properties-common && \
# install airflow
RUN pip install "apache-airflow[celery,crypto,hashicorp,password,postgres,redis]==2.5.1" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-3.10.txt"
# install train container library
RUN pip install --force-reinstall --no-cache-dir -v "pht-train-container-library==2.0.0a9"
RUN pip install --force-reinstall --no-cache-dir -v "pht-train-container-library==2.0.2"

RUN mkdir /opt/train_data

Expand Down

0 comments on commit ebbaf43

Please sign in to comment.