mirror of
https://github.com/allenai/olmocr.git
synced 2025-06-27 04:00:02 +00:00
10 lines
281 B
Bash
10 lines
281 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
VERSION=$(python -c 'import olmocr.version; print(olmocr.version.VERSION)')
|
||
|
echo "$VERSION"
|
||
|
|
||
|
docker pull alleninstituteforai/olmocr:v$VERSION
|
||
|
beaker image create --workspace ai2/oe-data-pdf --name olmocr-inference-$VERSION alleninstituteforai/olmocr:v$VERSION
|