NeuroNest / deform_setup_cpu.sh
lolout1's picture
added Rocky Linux support and new Dockerfile for cpu
1814d30
raw
history blame contribute delete
472 Bytes
#!/usr/bin/env bash
echo '----------------------------------------------------------------'
echo 'CPU Setup - Skipping CUDA operations compilation'
echo '----------------------------------------------------------------'
pip3 freeze | grep torch
pip3 freeze | grep detectron2
pip3 freeze | grep natten
echo '----------------------------------------------------------------'
echo 'CPU setup complete'
echo '----------------------------------------------------------------'