Skip to content

Commit 2094550

Browse files
committed
Add test to deployment pipeline
1 parent 4496da8 commit 2094550

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uv/build_uv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PY_VERSION=$1
22
TAG=junwha/ddiff-base:cu12.4.1-py${PY_VERSION}-torch-$(date +"%y%m%d")
33

4-
docker build -t $TAG --build-arg PY_VERSION=${PY_VERSION} ./
5-
docker push $TAG
4+
docker build -t $TAG --build-arg PY_VERSION=${PY_VERSION} ./ && \
5+
./test.sh $TAG && docker push $TAG

0 commit comments

Comments
 (0)