Use HTTP
git clone https://github.com/ricosjp/allgebra.git
Use SSH
git clone [email protected]:ricosjp/allgebra.git
Use GitHub CLI
gh repo clone ricosjp/allgebra
make
make -C cuda10_1/clang12/mkl build
This will create containers with tag registry.ritc.jp/ricos/allgebra/cuda10_1-clang12-oss:manual_deploy
.
The registry URL registry.ritc.jp
and tag manual_deploy
are set using GitLab CI environment variables in common.mk,
which will be loaded in each Makefile
s.
Depenedent containers will be built automatically.
make -C cuda10_1/clang12/mkl in
will start bash in the container. Or, with GPU:
make -C cuda10_1/clang12/mkl in-gpu