Skip to content
Snippets Groups Projects
Commit 26f9085e authored by Afnan  Ramadhan's avatar Afnan Ramadhan
Browse files

feat: move requirement to txt

parent 8573bdb3
Branches
2 merge requests!10chore: add model version control and finally can trigger the sparking flow...,!1containerize-Apache
Pipeline #66333 passed with stages
in 1 minute and 4 seconds
......@@ -10,8 +10,6 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-arm64
USER airflow
RUN pip install \
apache-airflow \
apache-airflow-providers-apache-spark \
'apache-airflow-providers-openlineage>=1.8.0' \
pyspark
\ No newline at end of file
COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment