Skip to content

Commit

Permalink
[ci] Use the updated docker image for libtaichi_export_core (#4881)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao-bo authored Apr 28, 2022
1 parent 0abd24b commit a9bd5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ jobs:
fi
docker create --user dev --name taichi_build_desktop --gpus all -v /tmp/.X11-unix:/tmp/.X11-unix \
-e PY -e GPU_BUILD -e PROJECT_NAME -e TAICHI_CMAKE_ARGS -e DISPLAY -e EXPORT_CORE\
registry.taichigraphics.com/taichidev-ubuntu18.04:v0.2.1 \
registry.taichigraphics.com/taichidev-ubuntu18.04:v0.3.0 \
/home/dev/taichi/.github/workflows/scripts/unix_build.sh
# A tarball is needed because sccache needs some permissions that only the file owner has.
# 1000 is the uid and gid of user "dev" in the container.
Expand Down

0 comments on commit a9bd5c9

Please sign in to comment.