Skip to content

Commit 41343da

Browse files
committed
fix(docker): inference script copying
1 parent 90dd3b6 commit 41343da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/images/Dockerfile-airflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /app
44

55
RUN pip install --no-cache-dir requests
66

7-
COPY ../src/inference.py .
7+
COPY ../../src/airflow/src/inference.py .
88

9-
ENTRYPOINT ["python", "inference.py"]
9+
ENTRYPOINT ["python", "airflow_inference.py"]

0 commit comments

Comments
 (0)