Skip to content

Commit

Permalink
fix: update the pht-train-container-library to 2.0.6a0 for longer tim…
Browse files Browse the repository at this point in the history
…eouts in the train container libery
  • Loading branch information
antidodo committed Nov 9, 2023
1 parent 806e194 commit 768ba44
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 @@ -24,7 +24,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.6.3" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.10.txt"
# install train container library
RUN pip install --force-reinstall --no-cache-dir -v "pht-train-container-library==2.0.5"
RUN pip install --force-reinstall --no-cache-dir -v "pht-train-container-library==2.0.6a0"

RUN mkdir /opt/train_data

Expand Down

0 comments on commit 768ba44

Please sign in to comment.