Skip to content

Commit

Permalink
Minor correct 2024->2025
Browse files Browse the repository at this point in the history
  • Loading branch information
nmansard authored and nmansard committed Jan 9, 2025
1 parent 4cdbb05 commit befcbd1
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 @@ -7,7 +7,7 @@ ENV PATH=/home/user/.local/bin:$PATH
CMD ["jupyter", "lab", "--no-browser", "--ip='*'"]

ADD --chown=user . .
RUN git remote set-url origin https://github.com/gepetto/supaero2024
RUN git remote set-url origin https://github.com/gepetto/supaero2025
RUN --mount=type=cache,sharing=locked,uid=1000,gid=1000,target=/home/user/.cache \
python -m pip install --user -U pip \
&& python -m pip install --user .

0 comments on commit befcbd1

Please sign in to comment.