Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
restore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjii79 committed Jan 25, 2024
1 parent 0ff7d39 commit 7978c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions local-rest-scorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jib {
image = javaBaseImage
}
to {
image = 'gcr.io/vorvan/h2oai/rest-scorer'
tags = ['local']
/*auth {
image = dockerRepositoryPrefix + 'rest-scorer'
tags = [version]
auth {
username = System.getenv('TO_DOCKER_USERNAME') ?: ''
password = System.getenv('TO_DOCKER_PASSWORD') ?: ''
}*/
}
}
container {
jvmFlags = ["-Dmojo.path=/mojos/pipeline.mojo", "--add-opens", "java.base/java.lang=ALL-UNNAMED", "--add-opens", "java.base/java.util=ALL-UNNAMED", "--add-opens", "java.base/java.lang.reflect=ALL-UNNAMED"]
Expand Down

0 comments on commit 7978c6c

Please sign in to comment.