Moving to making a new dockerfile

This commit is contained in:
Jake Poznanski 2024-09-24 11:24:14 -07:00
parent e64d4f7103
commit 66c29dd44f
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
FROM gcr.io/ai2-beaker-core/public/cqgl31u2ba5vrtuc91og:latest
RUN apt update && apt-get install -y libaio-dev

View File

@ -27,7 +27,7 @@ gantry run \
--allow-dirty \
--host-networking \
--workspace ai2/oe-data-pdf \
--beaker-image 'lucas/refine-axelot-vllm' \
--beaker-image 'jakep/jakep-pdf-finetune' \
--venv 'base' \
--pip gantry-requirements.txt \
--priority normal \