mirror of https://github.com/skygpu/skynet.git
9 lines
230 B
Bash
9 lines
230 B
Bash
|
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"
|