Skip to content

Commit

Permalink
pin pip version to supported
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Oct 28, 2024
1 parent 19868fa commit db11064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY bin/ bin/
COPY requirements.txt ./
RUN pip install --upgrade pip && bin/pip_install_airflow.sh
RUN python3.8 -m venv /usr/local/lib/stride &&\
/usr/local/lib/stride/bin/pip install --upgrade pip
/usr/local/lib/stride/bin/pip install --upgrade 'pip<23'
COPY webserver_config.py ./
COPY dags/ dags/
COPY open_bus_pipelines/ open_bus_pipelines/
Expand Down

0 comments on commit db11064

Please sign in to comment.