Skip to content

Commit

Permalink
Update containerfile learners version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenhard Reuter committed Oct 2, 2022
1 parent d560411 commit 633eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN useradd --create-home --home-dir /opt/learners learners
USER learners

ENV PATH=${PATH}:/opt/learners/.local/bin
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.6.0}
ENV LEARNERS_VERSION=${LEARNERS_VERSION:-0.6.1}
ENV LEARNERS_BRANCH=${LEARNERS_BRANCH}

RUN python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 633eb97

Please sign in to comment.