Skip to content

Commit

Permalink
docs: add 3.11 back on so docs build (LPF needs 3.12 as well)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues authored Apr 19, 2024
1 parent 765d622 commit 9f817be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update -qq && \
libtinfo5\
libtiff5\
libgl1-mesa-glx


RUN conda install python=3.11 -y
COPY . /map2loop
WORKDIR map2loop
COPY dependencies.txt dependencies.txt
Expand All @@ -34,4 +35,4 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
# ENTRYPOINT ["/tini", "--"]

WORKDIR /
WORKDIR /

0 comments on commit 9f817be

Please sign in to comment.