Skip to content

Commit

Permalink
Merge branch 'IL-421-Classification-runs-as-container-on-localhost' o…
Browse files Browse the repository at this point in the history
…f github.com-FlorianSchepersAA:Aleph-Alpha/intelligence-layer into IL-421-Classification-runs-as-container-on-localhost
  • Loading branch information
FlorianSchepersAA committed Apr 10, 2024
2 parents 1cf2ed0 + 215bd8e commit 4e35dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/issue_classification_user_journey/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ENV PATH="/app/venv/bin:$PATH"

RUN pip install --upgrade pip
RUN --mount=type=secret,id=GITHUB_TOKEN \
GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) pip install -r /app/requirements.txt
GITHUB_TOKEN=$(cat /run/secrets/GITHUB_TOKEN) \
pip install -r /app/requirements.txt


FROM ubuntu:latest as runtime
Expand Down

0 comments on commit 4e35dcf

Please sign in to comment.