skynet/test.sh

9 lines
230 B
Bash
Executable File

docker run \
-it \
--rm \
--mount type=bind,source="$(pwd)",target=/skynet \
skynet:runtime-cuda \
bash -c \
"cd /skynet && pip install -e . && \
pytest tests/test_dgpu.py --log-cli-level=info"