Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Jan 1, 2025
1 parent 1b298e9 commit 19a49e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.v2.7.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk-jammy
FROM ubuntu:jammy-20240911.1

ARG APP_VERSION

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
&& cd /usr/beagle-lib \
&& mkdir build \
&& cd build \
&& cmake -DBUILD_SSE=OFF -DBUILD=_CUDA=OFF .. \
&& cmake .. \
&& make install \
&& ldconfig \
&& cd /usr \
Expand Down

0 comments on commit 19a49e9

Please sign in to comment.