mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-13 21:51:23 +00:00
Update Dockerfile.native
This commit is contained in:
@@ -9,9 +9,9 @@ COPY . /build
|
||||
|
||||
# Build
|
||||
RUN chmod +x mvnw && \
|
||||
./mvnw --no-transfer-progress native:compile -Pnative -Dquarkus.native.additional-build-args=-H:NativeImageOptions=-march=ivybridge
|
||||
&& \
|
||||
./mvnw --no-transfer-progress native:compile -Pnative -Dquarkus.native.additional-build-args=-H:NativeImageOptions=-march=ivybridge && \
|
||||
rm -rf /root/.m2
|
||||
|
||||
|
||||
# Use a lightweight Linux base image with just enough runtime dependencies
|
||||
FROM photon:latest
|
||||
|
Reference in New Issue
Block a user