-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
V
committed
Jan 30, 2025
1 parent
fc3f5dc
commit 3336dd2
Showing
13 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM python:3.9 | |
|
||
LABEL org.opencontainers.image.source https://github.com/cal-itp/data-infra | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python - | ||
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - | ||
ENV PATH="/root/.local/bin:${PATH}" | ||
RUN poetry self add [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ ENV GTFS_RT_VALIDATOR_VERSION=v1.0.0 | |
RUN apt-get update -y \ | ||
&& apt-get install -y python3 python3-pip python3-venv libunwind-dev liblz4-dev | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python3 - | ||
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - | ||
ENV PATH="/root/.local/bin:${PATH}" | ||
RUN poetry self add [email protected] | ||
# from https://github.com/MobilityData/gtfs-realtime-validator/packages/1268973 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/cal-itp/data-infra | |
RUN apt-get update -y \ | ||
&& apt-get install -y python3 python3-pip python3-venv libunwind-dev liblz4-dev | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python3 - | ||
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - | ||
ENV PATH="/root/.local/bin:${PATH}" | ||
RUN poetry self add [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/cal-itp/data-infra | |
|
||
RUN apt-get update && apt-get install -y libunwind-dev liblz4-dev | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python3 - | ||
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - | ||
ENV PATH="/root/.local/bin:${PATH}" | ||
RUN poetry self add [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ RUN apt-get update \ | |
|
||
RUN npm install -g --unsafe-perm=true --allow-root netlify-cli | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python3 - | ||
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - | ||
ENV PATH="/root/.local/bin:${PATH}" | ||
RUN poetry self add [email protected] | ||
|
||
|