Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Use forked cwl-airflow and cwltool
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed Jul 26, 2023
1 parent 48f7a3e commit c0c69be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cwl-airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# can be provided through --build-arg PARAM=value
ARG UBUNTU_VERSION="20.04"
ARG PYTHON_VERSION="3.8.10"
ARG CWL_AIRFLOW_VERSION="master"
ARG CWL_AIRFLOW_VERSION="modified_setup"

FROM ubuntu:${UBUNTU_VERSION}
LABEL maintainer="[email protected]"
Expand All @@ -29,7 +29,7 @@ WORKDIR /tmp
ARG PYTHON_VERSION
ARG CWL_AIRFLOW_VERSION

ENV CWL_AIRFLOW_URL "https://github.com/Barski-lab/cwl-airflow"
ENV CWL_AIRFLOW_URL "https://github.com/drewm-jpl/cwl-airflow"
ENV PYTHON_URL "https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz"

COPY ./scripts/start_webserver.sh /usr/local/bin/start_webserver.sh
Expand Down

0 comments on commit c0c69be

Please sign in to comment.