Skip to content

Commit

Permalink
Merge pull request #171 from ErlerPhilipp/develop
Browse files Browse the repository at this point in the history
Merge Dependabot changes from Develop
  • Loading branch information
ErlerPhilipp authored Nov 8, 2023
2 parents a566930 + 34a7a8b commit cc02846
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 173 deletions.
9 changes: 9 additions & 0 deletions Dockerfile.meshroom
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM alicevision/meshroom:2023.2.0-av3.1.0-centos7-cuda11.3.1
RUN wget https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
RUN tar -xvaf Python-3.12.0.tgz
WORKDIR /root/Python-3.12.0
RUN ./configure --enable-optimizations
RUN make altinstall
WORKDIR /root
RUN rm -rf Python-3.12.0*
ENTRYPOINT [ "bash" ]
Loading

0 comments on commit cc02846

Please sign in to comment.