Skip to content

Commit

Permalink
docker args
Browse files Browse the repository at this point in the history
natolambert committed Jul 16, 2024
1 parent af22c46 commit 93442f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,11 @@ jobs:
run: |
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
-t open_instruct .
--build-arg CUDA=12.1.0 --build-arg \
TARGET=cudnn8-devel --build-arg DIST=ubuntu20.04 \
--build-arg REQUIRE=requirements.txt . -t
-t open_instruct_auto
- name: Check image
run: |

0 comments on commit 93442f8

Please sign in to comment.