Skip to content

Commit

Permalink
show build data
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 1, 2023
1 parent 7d18a2b commit e804796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
echo "TAGS=${TAGS}"
echo ::set-output name=tags::${TAGS}
- uses: actions/checkout@v2
- name: Build data
run: echo ${{ steps.set_tags.outputs.tags }}; echo ${{ github.event_name }}
- name: Build and push
id: docker_build
uses: mr-smithers-excellent/docker-build-push@v5
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
## allocate all available GPUs (only Linux with proper nvidia driver installed on host machine):
## docker run --rm --gpus all --init -p 8072:8072 -p 8073:8073 -v grobid.yaml:/opt/grobid/grobid-home/config/grobid.yaml:ro lfoppiano/grobid-superconductors:0.3.0-SNAPSHOT

# --build-arg TRANSFORMERS_MODEL=batteryonlybert
# --build-arg TRANSFORMERS_MODEL=mattpuscibert
## Transformers selection:
# --build-arg TRANSFORMERS_MODEL=mattpuscibert
# --build-arg TRANSFORMERS_MODEL=batteryonlybert (currently disabled)


# -------------------
Expand Down

0 comments on commit e804796

Please sign in to comment.